Skip to content

Commit f3361cb

Browse files
committed
Merge branch 'master' of github.com:graphql/swapi-graphql into gg/flow-to-ts
2 parents 225926a + c1ad3d9 commit f3361cb

14 files changed

+7955
-2492
lines changed

jest.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,22 @@ module.exports = {
77
name: packageJSON.name,
88
displayName: packageJSON.name,
99
transform: {
10+
<<<<<<< HEAD
1011
'^.+\\.[jt]sx?$': 'ts-jest',
1112
},
1213
preset: 'ts-jest',
1314
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
1415
testURL: 'http://localhost',
1516
transformIgnorePatterns: ['[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$'],
1617
testMatch: ['**/*.(spec|test).[jt]s'],
18+
=======
19+
'\\.[jt]sx?$': 'babel-jest',
20+
},
21+
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
22+
testURL: 'http://localhost',
23+
transformIgnorePatterns: ['[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$'],
24+
testMatch: ['**/*.(spec|test).js'],
25+
>>>>>>> c1ad3d9f0abdc1c196b98e10587b844e4a6ec518
1726
collectCoverage: true,
1827
coverageDirectory: './coverage/',
1928
};

0 commit comments

Comments
 (0)