Skip to content

Commit 7a6cb0a

Browse files
authored
feat: support jest **27.0.0-next.5** (#891)
1 parent c73f4f5 commit 7a6cb0a

File tree

11 files changed

+892
-7228
lines changed

11 files changed

+892
-7228
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
extends: [
2525
'plugin:@angular-eslint/recommended',
2626
'plugin:@typescript-eslint/recommended',
27+
'plugin:@angular-eslint/template/process-inline-templates',
2728
'plugin:jest/recommended',
2829
'plugin:import/typescript',
2930
'plugin:prettier/recommended',

e2e/test-app-v10/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"build": "ng build",
88
"test-cjs-uniso": "jest --clearCache && jest -c=jest-cjs-uniso.config.js",
99
"test-cjs-iso": "jest --clearCache && jest -c=jest-cjs-iso.config.js",
10-
"test-esm-iso": "jest --clearCache && node --experimental-vm-modules ./node_modules/jest/bin/jest.js -c=jest-esm-iso.config.js",
11-
"test-esm-uniso": "jest --clearCache && node --experimental-vm-modules ./node_modules/jest/bin/jest.js -c=jest-esm-uniso.config.js",
12-
"lint": "ng lint"
10+
"test-esm-iso": "jest --clearCache && node --experimental-vm-modules ../../node_modules/jest/bin/jest.js -c=jest-esm-iso.config.js",
11+
"test-esm-uniso": "jest --clearCache && node --experimental-vm-modules ../../node_modules/jest/bin/jest.js -c=jest-esm-uniso.config.js"
1312
},
1413
"private": true,
1514
"dependencies": {
@@ -32,10 +31,7 @@
3231
"@angular/cli": "~10.2.3",
3332
"@angular/compiler-cli": "~10.2.4",
3433
"@angular/language-service": "~10.2.4",
35-
"@types/jest": "^26.0.20",
3634
"@types/jquery": "^3.5.5",
37-
"@types/node": "^14.14.33",
38-
"jest": "^27.0.0-next.3",
3935
"ts-node": "^9.1.1",
4036
"typescript": "~4.0.7"
4137
}

0 commit comments

Comments
 (0)