Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthiebaud committed Mar 18, 2019
1 parent aa7c788 commit e7a7b0c
Show file tree
Hide file tree
Showing 4 changed files with 6,760 additions and 6,644 deletions.
3 changes: 2 additions & 1 deletion config/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
],
rootDir: path.resolve(__dirname, '..'),
moduleNameMapper: {
'\\.(css|less|sass|scss)$': '<rootDir>/tests/styleMock.js'
'\\.(css|less|sass|scss)$': '<rootDir>/tests/styleMock.js',
"\\.(svg)$": "<rootDir>/tests/svgMock.js"
}
}
Loading

0 comments on commit e7a7b0c

Please sign in to comment.