Skip to content

Commit

Permalink
Merge pull request #103 from input-output-hk/release/1.0.0-rc.1
Browse files Browse the repository at this point in the history
Release/1.0.0 rc.1
  • Loading branch information
rhyslbw authored Dec 5, 2019
2 parents 0a9ec74 + 09d9c77 commit ffbd251
Show file tree
Hide file tree
Showing 3 changed files with 920 additions and 745 deletions.
2 changes: 1 addition & 1 deletion docs/developer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ A [multiplex](https://www.npmjs.com/package/stmux) terminal with the code genera
## Starting the app `yarn dev:start`
Services and a [ts-node-dev](https://www.npmjs.com/package/ts-node-dev) watcher

## Integrationt test strategy
## Integration test strategy
It's convenient to use the Apollo Integration test server during development, particularly with Wallaby, as it serves the GraphQL server without booting a HTTP server. The same tests are run on the CI server to provide end-to-end assurance, using an instance of ApolloClient and the API running in a [Docker container](../../docker/docker-compose.test.yml).

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-graphql",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "GraphQL API for Cardano with client-consumable types generated",
"scripts": {
"codegen:external": "graphql-codegen --config ./codegen.external.yml",
Expand Down Expand Up @@ -50,6 +50,7 @@
"@types/jest": "^24.0.18",
"@types/lodash.isempty": "^4.4.6",
"@types/node": "^12.6.8",
"@types/node-fetch": "^2.5.4",
"@types/validator": "^10.11.3",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
Expand Down
Loading

0 comments on commit ffbd251

Please sign in to comment.