Skip to content

Commit

Permalink
remove lodash-es from jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelgsouza committed Oct 29, 2019
1 parent dd6e408 commit 05181f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ module.exports = {
'/node_modules/'
],
moduleNameMapper: {
'^lodash-es$': 'lodash',
'^@/(.*)$': '<rootDir>/lib/$1'
},
testMatch: [
'**/tests/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)'
]
}
}

0 comments on commit 05181f8

Please sign in to comment.