fix(root): add test timeout (#5071)

This commit is contained in:
աӄա 2025-03-18 20:46:54 +08:00 committed by GitHub
parent af7e4b2d14
commit 654518e8a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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