Skip to content

Commit

Permalink
feat(test): ingore transform patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Apr 12, 2019
1 parent d4b8e41 commit e7c45e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
'.+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',
'^.+\\.jsx?$': 'babel-jest'
},
transformIgnorePatterns: [
'/node_modules/'
],
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1'
},
Expand Down

0 comments on commit e7c45e4

Please sign in to comment.