Skip to content

Commit

Permalink
test(e2e): pure jest configuration #610
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Jun 30, 2021
1 parent 399162d commit 13dffce
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion e2e/a-jest/jest.es2015ivy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
preset: 'jest-preset-angular',
testRunner: 'jest-jasmine2',
setupFilesAfterEnv: ['<rootDir>/src/setup-jest.ts'],
testURL: 'http://localhost',
testPathIgnorePatterns: ['<rootDir>/src/test.ts'],
Expand Down
1 change: 0 additions & 1 deletion e2e/a-jest/jest.es5ivy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
preset: 'jest-preset-angular',
testRunner: 'jest-jasmine2',
setupFilesAfterEnv: ['<rootDir>/src/setup-jest.ts'],
testURL: 'http://localhost',
testPathIgnorePatterns: ['<rootDir>/src/test.ts'],
Expand Down
6 changes: 0 additions & 6 deletions e2e/a-jest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion e2e/a-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@angular-devkit/build-angular": "12.1.0",
"@angular/cli": "12.1.0",
"@angular/compiler-cli": "12.1.0",
"@types/jasmine": "3.7.7",
"@types/jest": "26.0.23",
"@types/node": "14.17.4",
"jest": "27.0.6",
Expand Down
2 changes: 1 addition & 1 deletion e2e/a-jest/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["jasmine", "jest", "node"]
"types": ["jest", "node"]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
Expand Down

0 comments on commit 13dffce

Please # to comment.