We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7e4b2 commit 654518eCopy full SHA for 654518e
jest.config.js
@@ -20,4 +20,5 @@ module.exports = {
20
transformIgnorePatterns: ["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"],
21
setupFilesAfterEnv: ["@testing-library/jest-dom", "./scripts/setup-test.ts"],
22
watchPlugins: ["jest-watch-typeahead/filename", "jest-watch-typeahead/testname"],
23
+ testTimeout: 15000,
24
};
0 commit comments