Skip to content

Commit

Permalink
refactor(jest): update to newer Jest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Sep 24, 2019
1 parent 360da3e commit 17a49e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@
"@angular/router": "^7.2.15",
"@ng-select/ng-select": "^2.15.3",
"@types/flatpickr": "^3.1.2",
"@types/jest": "^24.0.13",
"@types/jest": "^24.0.18",
"@types/jquery": "^3.3.29",
"@types/moment": "^2.13.0",
"@types/node": "^10.12.15",
"@types/text-encoding-utf-8": "^1.0.1",
"babel-jest": "^24.8.0",
"babel-jest": "^24.9.0",
"bootstrap": "3.4.1",
"codecov": "^3.3.0",
"codelyzer": "~4.5.0",
Expand All @@ -129,8 +129,8 @@
"gulp-bump": "^3.1.3",
"gulp-sass": "^4.0.2",
"gulp-yuidoc": "^0.1.2",
"jest": "^24.8.0",
"jest-extended": "^0.11.1",
"jest": "^24.9.0",
"jest-extended": "^0.11.2",
"jest-junit": "^6.4.0",
"jest-preset-angular": "^6.0.1",
"ng-packagr": "~5.3.0",
Expand Down
1 change: 0 additions & 1 deletion test/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
rootDir: '../',
globals: {
'ts-jest': {
isolatedModules: true,
tsConfigFile: '<rootDir>/src/tsconfig.spec.json',
},
__TRANSFORM_HTML__: true,
Expand Down

0 comments on commit 17a49e0

Please sign in to comment.