Skip to content

Commit

Permalink
Merge pull request #102 from input-output-hk/chore/update-lockfile
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
rhyslbw authored Dec 5, 2019
2 parents a82b18c + a8d1897 commit d719042
Show file tree
Hide file tree
Showing 3 changed files with 919 additions and 744 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).

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
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 d719042

Please sign in to comment.