Skip to content

Commit e455f19

Browse files
committed
Changed tab to spaces
1 parent c11d4a4 commit e455f19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = {
22
modulePaths: ['<rootDir>/src/'],
3-
moduleNameMapper:{
4-
'~/(.*)':'<rootDir>/src/$1'
5-
},
3+
moduleNameMapper: {
4+
'~/(.*)': '<rootDir>/src/$1'
5+
},
66
moduleFileExtensions: ['ts', 'tsx', 'js'],
77
transform: {
88
'^.+\\.(ts|tsx)$': '<rootDir>/preprocessor.js',

0 commit comments

Comments
 (0)