@@ -15,21 +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' ,
23- '<rootDir>/test/e2e/v3.fetch.spec.ts' ,
24- '<rootDir>/test/e2e/v3.xhr.spec.ts' ,
25- '<rootDir>/test/e2e/v3.node.spec.ts' ,
26- '<rootDir>/test/e2e/v3.axios.spec.ts' ,
27- '<rootDir>/test/e2e/v3.babel.spec.ts' ,
28- '<rootDir>/test/e2e/client.fetch.spec.ts' ,
29- '<rootDir>/test/e2e/client.xhr.spec.ts' ,
30- '<rootDir>/test/e2e/client.node.spec.ts' ,
31- '<rootDir>/test/e2e/client.axios.spec.ts' ,
32- '<rootDir>/test/e2e/client.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+ '<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',
3335 ] ,
3436 } ,
3537 ] ,
0 commit comments