Skip to content

Commit

Permalink
chore(deps): update jest (ngxs#1699)
Browse files Browse the repository at this point in the history
* chore(deps): update jest

* chore(deps): fix misaligned yarn lockfile
  • Loading branch information
markwhitfeld authored Nov 23, 2020
1 parent a42b89d commit 5a679a3
Show file tree
Hide file tree
Showing 3 changed files with 547 additions and 396 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
"eslint": "^6.8.0",
"express": "^4.17.1",
"husky": "^3.1.0",
"jest": "^26.0.1",
"jest-preset-angular": "^8.2.0",
"jest": "^26.6.3",
"jest-preset-angular": "^8.3.2",
"lint-staged": "^9.5.0",
"mock-socket": "^8.1.0",
"ng-packagr": "^9.1.5",
Expand Down
2 changes: 1 addition & 1 deletion setupJest.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'jest-preset-angular';
// import 'jest-preset-angular'; // commented out due to issue in latest jest-preset-angular

const CI = process.env['CI'] === 'true';

Expand Down
Loading

0 comments on commit 5a679a3

Please sign in to comment.