Skip to content

Commit

Permalink
feat: support jest **27.0.0-next.5** (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored Mar 19, 2021
1 parent c73f4f5 commit 7a6cb0a
Show file tree
Hide file tree
Showing 11 changed files with 892 additions and 7,228 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
extends: [
'plugin:@angular-eslint/recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@angular-eslint/template/process-inline-templates',
'plugin:jest/recommended',
'plugin:import/typescript',
'plugin:prettier/recommended',
Expand Down
8 changes: 2 additions & 6 deletions e2e/test-app-v10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"build": "ng build",
"test-cjs-uniso": "jest --clearCache && jest -c=jest-cjs-uniso.config.js",
"test-cjs-iso": "jest --clearCache && jest -c=jest-cjs-iso.config.js",
"test-esm-iso": "jest --clearCache && node --experimental-vm-modules ./node_modules/jest/bin/jest.js -c=jest-esm-iso.config.js",
"test-esm-uniso": "jest --clearCache && node --experimental-vm-modules ./node_modules/jest/bin/jest.js -c=jest-esm-uniso.config.js",
"lint": "ng lint"
"test-esm-iso": "jest --clearCache && node --experimental-vm-modules ../../node_modules/jest/bin/jest.js -c=jest-esm-iso.config.js",
"test-esm-uniso": "jest --clearCache && node --experimental-vm-modules ../../node_modules/jest/bin/jest.js -c=jest-esm-uniso.config.js"
},
"private": true,
"dependencies": {
Expand All @@ -32,10 +31,7 @@
"@angular/cli": "~10.2.3",
"@angular/compiler-cli": "~10.2.4",
"@angular/language-service": "~10.2.4",
"@types/jest": "^26.0.20",
"@types/jquery": "^3.5.5",
"@types/node": "^14.14.33",
"jest": "^27.0.0-next.3",
"ts-node": "^9.1.1",
"typescript": "~4.0.7"
}
Expand Down
Loading

0 comments on commit 7a6cb0a

Please sign in to comment.