Skip to content

Commit 896f0b6

Browse files
committed
- Working angular test environment
1 parent 0ae6185 commit 896f0b6

32 files changed

+8594
-15930
lines changed

jest.config.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ const config: Config.InitialOptions = {
1515
displayName: 'E2E',
1616
testEnvironment: 'node',
1717
testMatch: [
18-
// '<rootDir>/test/e2e/v2.fetch.spec.ts',
19-
// '<rootDir>/test/e2e/v2.xhr.spec.ts',
20-
// '<rootDir>/test/e2e/v2.node.spec.ts',
21-
// '<rootDir>/test/e2e/v2.axios.spec.ts',
22-
// '<rootDir>/test/e2e/v2.babel.spec.ts',
18+
'<rootDir>/test/e2e/v2.fetch.spec.ts',
19+
'<rootDir>/test/e2e/v2.xhr.spec.ts',
20+
'<rootDir>/test/e2e/v2.node.spec.ts',
21+
'<rootDir>/test/e2e/v2.axios.spec.ts',
22+
'<rootDir>/test/e2e/v2.babel.spec.ts',
2323
'<rootDir>/test/e2e/v2.angular.spec.ts',
24-
// '<rootDir>/test/e2e/v3.fetch.spec.ts',
25-
// '<rootDir>/test/e2e/v3.xhr.spec.ts',
26-
// '<rootDir>/test/e2e/v3.node.spec.ts',
27-
// '<rootDir>/test/e2e/v3.axios.spec.ts',
28-
// '<rootDir>/test/e2e/v3.babel.spec.ts',
29-
// '<rootDir>/test/e2e/v3.angular.spec.ts',
30-
// '<rootDir>/test/e2e/client.fetch.spec.ts',
31-
// '<rootDir>/test/e2e/client.xhr.spec.ts',
32-
// '<rootDir>/test/e2e/client.node.spec.ts',
33-
// '<rootDir>/test/e2e/client.axios.spec.ts',
34-
// '<rootDir>/test/e2e/client.babel.spec.ts',
24+
'<rootDir>/test/e2e/v3.fetch.spec.ts',
25+
'<rootDir>/test/e2e/v3.xhr.spec.ts',
26+
'<rootDir>/test/e2e/v3.node.spec.ts',
27+
'<rootDir>/test/e2e/v3.axios.spec.ts',
28+
'<rootDir>/test/e2e/v3.babel.spec.ts',
29+
'<rootDir>/test/e2e/v3.angular.spec.ts',
30+
'<rootDir>/test/e2e/client.fetch.spec.ts',
31+
'<rootDir>/test/e2e/client.xhr.spec.ts',
32+
'<rootDir>/test/e2e/client.node.spec.ts',
33+
'<rootDir>/test/e2e/client.axios.spec.ts',
34+
'<rootDir>/test/e2e/client.babel.spec.ts',
3535
],
3636
},
3737
],

0 commit comments

Comments
 (0)