Skip to content

Commit

Permalink
Updating path to jest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Dec 5, 2019
1 parent df577de commit 75ba6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ssr.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"!**/__tests__/**"
],
"coverageDirectory": "<rootDir>/../coverage",
"setupFilesAfterEnv": ["<rootDir>/../jest.setup.ts"],
"setupFilesAfterEnv": ["<rootDir>/../jest.setup.tsx"],
"testMatch": ["**/__tests__/**/*ssr.test.(js|ts)?(x)"],
"watchPlugins": [
"jest-watch-typeahead/filename",
Expand Down

0 comments on commit 75ba6ef

Please sign in to comment.