Skip to content

Commit

Permalink
jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
virginieky committed Aug 28, 2019
1 parent 16c4c9e commit 40c1a4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.front.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ module.exports = {
testRegex: 'tests/.*\\.test\\.js$',
transform: {
'^.+\\.js$': 'babel-jest',
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
'<rootDir>/fileTransformer.js',
},
transformIgnorePatterns: [
'node_modules/(?!(react-dnd|dnd-core|react-dnd-html5-backend)/)',
Expand Down

0 comments on commit 40c1a4f

Please sign in to comment.