Skip to content

Commit

Permalink
Add moduleNameMapper also to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Aug 17, 2018
1 parent da39795 commit 07e5716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/jest.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"moduleNameMapper":{
"\\.(sc|sa|c)ss$": "<rootDir>/test/test/helpers/styles/index.js"
},
"modulePaths": [
"<rootDir>/test/",
"<rootDir>/server/",
Expand Down

0 comments on commit 07e5716

Please sign in to comment.