Skip to content

Commit 787f443

Browse files
committed
chore: remove fed2 tests from jest-e2e
1 parent a4be311 commit 787f443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/apollo/tests/jest-e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const config: Config.InitialOptions = {
1010
moduleFileExtensions: ['js', 'json', 'ts'],
1111
rootDir: '../.',
1212
testRegex: '.spec.ts$',
13+
testPathIgnorePatterns: ['.fed2-spec.ts$'],
1314
moduleNameMapper,
1415
transform: {
1516
'^.+\\.(t|j)s$': 'ts-jest',

0 commit comments

Comments
 (0)