Skip to content

Commit

Permalink
Update jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
blivesta committed Nov 2, 2019
1 parent 5819289 commit 79db863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: 'jest-preset-gatsby/typescript',
snapshotSerializers: ['enzyme-to-json/serializer'],
setupFilesAfterEnv: ['<rootDir>/setupEnzyme.js'],
setupFilesAfterEnv: ['./setupEnzyme.js'],
};

0 comments on commit 79db863

Please sign in to comment.