Skip to content

Commit

Permalink
Saving before reset 11/30/24 19:27:11
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes committed Dec 1, 2024
1 parent 53bca5f commit 9e0ed42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default {
'!**/index.{js,ts}',
'!**/*.d.ts',
'!src/test/**',
'!vitest.config.ts',],
'!vitest.config.ts',
],
// setupFiles: ['react-app-polyfill/jsdom'],
setupFiles: ['whatwg-fetch'],
setupFilesAfterEnv: ['<rootDir>/src/setupTests.ts'],
Expand Down

0 comments on commit 9e0ed42

Please sign in to comment.