We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2105c commit b62584bCopy full SHA for b62584b
jest.config.js
@@ -9,5 +9,6 @@ module.exports = {
9
"/errors/",
10
"/dist/",
11
"/node_modules/",
12
- ]
+ ],
13
+ testTimeout: 10000
14
}
0 commit comments