Skip to content

Commit 654518e

Browse files
authored
fix(root): add test timeout (#5071)
1 parent af7e4b2 commit 654518e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ module.exports = {
2020
transformIgnorePatterns: ["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"],
2121
setupFilesAfterEnv: ["@testing-library/jest-dom", "./scripts/setup-test.ts"],
2222
watchPlugins: ["jest-watch-typeahead/filename", "jest-watch-typeahead/testname"],
23+
testTimeout: 15000,
2324
};

0 commit comments

Comments
 (0)