Skip to content

Commit

Permalink
Update Jest to 22 (#109)
Browse files Browse the repository at this point in the history
* Use preset v5.0.0-beta.0 in example
  • Loading branch information
thymikee committed Dec 21, 2017
1 parent 5e39d93 commit ff950b9
Show file tree
Hide file tree
Showing 7 changed files with 757 additions and 624 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -20,4 +20,4 @@ dependencies:
test:
override:
- yarn run test:ci
- yarn link && cd example && yarn link jest-preset-angular && yarn run test:ci && yarn run test:coverage
- cd example && yarn run test:ci && yarn run test:coverage
4 changes: 2 additions & 2 deletions example/package.json
Expand Up @@ -36,8 +36,8 @@
"codelyzer": "^4.0.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"jest": "^21.0.1",
"jest-preset-angular": "^4.0.2",
"jest": "^22.0.0",
"jest-preset-angular": "^5.0.0-beta.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
Expand Down

0 comments on commit ff950b9

Please sign in to comment.