Skip to content

Commit

Permalink
update jest.config
Browse files Browse the repository at this point in the history
  • Loading branch information
httpsxiao committed Dec 5, 2019
1 parent b031f94 commit 37784ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jest.config.js
Expand Up @@ -5,6 +5,5 @@ module.exports = {
moduleNameMapper: {
'\\.(css|styl)$': 'identity-obj-proxy'
},
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$',
moduleFileExtensions: ['js', 'jsx', 'json', 'node']
moduleFileExtensions: ['js', 'json']
}

0 comments on commit 37784ef

Please sign in to comment.