Skip to content

Commit

Permalink
Upgrade project to depend on jest@^22.4.0 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored and thymikee committed Feb 26, 2018
1 parent 5f42fde commit 94a39ed
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 311 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Changelog (master)
* Chore: Upgrade ts-jest and remove `mapCoverage` from `jest-preset` ([#127](https://github.com/thymikee/jest-preset-angular/pull/127))

### v5.1.0
* Feature: Simplify installation by adding @types/jest as a package dependency ([#116](https://github.com/thymikee/jest-preset-angular/pull/116))
* Feature: Move serializers setup to jest config to be possible to override them ([#126](https://github.com/thymikee/jest-preset-angular/pull/116))
* Feature: Move serializers setup to jest config to be possible to override them ([#126](https://github.com/thymikee/jest-preset-angular/pull/126))
* Chore: Upgrade example app to Angular 5.2 using Angular CLI 1.6 ([#116](https://github.com/thymikee/jest-preset-angular/pull/116))
* Docs: Add a configuration section with vendor libraries like jQuery ([#117](https://github.com/thymikee/jest-preset-angular/pull/117))

Expand Down
1 change: 0 additions & 1 deletion jest-preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"html",
"json"
],
"mapCoverage": true,
"moduleNameMapper": {
"^src/(.*)": "<rootDir>/src/$1",
"^app/(.*)": "<rootDir>/src/app/$1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"author": "Michał Pierzchała <thymikee@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/jest": "^22.1.0",
"@types/jest": "^22.1.3",
"jest-zone-patch": "^0.0.8",
"ts-jest": "^22.0.1"
"ts-jest": "^22.4.0"
},
"devDependencies": {
"jest": "^22.1.4",
"jest": "^22.4.0",
"typescript": "~2.5.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 94a39ed

Please sign in to comment.