Skip to content

Commit eb87201

Browse files
committed
this file should not be here
1 parent 54bd07f commit eb87201

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

jest.config.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,12 @@ module.exports = {
77
name: packageJSON.name,
88
displayName: packageJSON.name,
99
transform: {
10-
<<<<<<< HEAD
11-
'^.+\\.[jt]sx?$': 'ts-jest',
12-
},
13-
preset: 'ts-jest',
14-
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
15-
testURL: 'http://localhost',
16-
transformIgnorePatterns: ['[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$'],
17-
testMatch: ['**/*.(spec|test).[jt]s'],
18-
=======
1910
'\\.[jt]sx?$': 'babel-jest',
2011
},
2112
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
2213
testURL: 'http://localhost',
2314
transformIgnorePatterns: ['[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$'],
2415
testMatch: ['**/*.(spec|test).js'],
25-
>>>>>>> c1ad3d9f0abdc1c196b98e10587b844e4a6ec518
2616
collectCoverage: true,
2717
coverageDirectory: './coverage/',
2818
};

0 commit comments

Comments
 (0)