Skip to content

Commit d098c6f

Browse files
committed
Format JSON
1 parent 8e34805 commit d098c6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jest.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module.exports = {
22
roots: ['<rootDir>/test'],
33
transform: {
4-
'^.+\\.tsx?$': 'ts-jest'
4+
'^.+\\.tsx?$': 'ts-jest',
55
},
66
globals: {
77
'ts-jest': {
88
tsConfig: 'tsconfig.jest.json',
9-
}
9+
},
1010
},
1111
testMatch: ['**/?(*.)+(spec|test).ts?(x)'],
1212
transformIgnorePatterns: ['[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$'],
1313
setupFiles: ['<rootDir>/setup.ts'],
14-
moduleFileExtensions: ['ts', 'tsx', 'js']
14+
moduleFileExtensions: ['ts', 'tsx', 'js'],
1515
};

0 commit comments

Comments
 (0)