Skip to content

Commit cfa8107

Browse files
author
Marek Rozmus
committed
Merge branch 'fix_jest_configuration'
2 parents 64178c5 + 15e25dc commit cfa8107

File tree

3 files changed

+86
-260
lines changed

3 files changed

+86
-260
lines changed

jest.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,5 @@ module.exports = {
2020
},
2121

2222
// The glob patterns Jest uses to detect test files
23-
testMatch: ['**/__tests__/**/*.test.js'],
24-
25-
// A map from regular expressions to paths to transformers
26-
transform: {
27-
'\\.js$': ['babel-jest'],
28-
'.+\\.(css)$': 'jest-transform-css'
29-
}
23+
testMatch: ['**/__tests__/**/*.test.js']
3024
};

0 commit comments

Comments
 (0)