Skip to content

Commit

Permalink
chore(snapshot): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
casserni committed Mar 28, 2019
1 parent dd2c0c0 commit 770ae07
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 87 deletions.
1 change: 1 addition & 0 deletions __mocks__/styleMock.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {};
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ module.exports = {
testEnvironment: 'jsdom',
setupTestFrameworkScriptFile: './setupTests.ts',
snapshotSerializers: ['enzyme-to-json/serializer'],
moduleNameMapper: {
'\\.(css)$': '<rootDir>/__mocks__/styleMock.js',
},
};
Loading

0 comments on commit 770ae07

Please sign in to comment.