@@ -15,23 +15,23 @@ const config: Config.InitialOptions = {
15
15
displayName : 'E2E' ,
16
16
testEnvironment : 'node' ,
17
17
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' ,
23
23
'<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' ,
35
35
] ,
36
36
} ,
37
37
] ,
0 commit comments