Skip to content

Commit

Permalink
Upgrade jest
Browse files Browse the repository at this point in the history
* Beta version because it has a bug fix for testing rejected promises:
  * jestjs/jest#4884
* Needed for upcoming unit tests for events/schedules API
  • Loading branch information
sdunster committed Dec 3, 2017
1 parent 3089863 commit eafd13c
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 225 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.7.0",
"graphql-tester": "^0.0.5",
"jest": "^21.2.1",
"jest": "^21.3.0-beta.11",
"nodemon": "^1.11.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit eafd13c

Please sign in to comment.