Skip to content

Commit

Permalink
fix incorrect paths in .jestrc moduleNameMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
John Rodriguez authored and John Rodriguez committed May 18, 2017
1 parent f2fdbc7 commit aff25fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/storyshots/.jestrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"cacheDirectory": "<rootDir>/.cache/jest",
"clearMocks": true,
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|scss)$": "<rootDir>/__mocks__/styleMock.js",
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/../../__mocks__/fileMock.js",
"\\.(css|scss)$": "<rootDir>/../../__mocks__/styleMock.js",
"@kadira/storybook-addons": "<rootDir>/../addons/dist/index.js"
},
"roots": ["stories"],
Expand Down

0 comments on commit aff25fa

Please sign in to comment.