Skip to content

Commit

Permalink
fix jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforddev committed May 31, 2020
1 parent 3d40e40 commit bcf1192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/freezeframe/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
'/node_modules/'
],
moduleNameMapper: {
'\\.scss$': 'identity-obj-proxy',
'^@/(.*)$': '<rootDir>/src/$1',
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
'<rootDir>/tests/assetsTransformer.js'
Expand Down
File renamed without changes.

0 comments on commit bcf1192

Please sign in to comment.