We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5846a commit 7882b2bCopy full SHA for 7882b2b
jest.config.js
@@ -8,5 +8,6 @@ module.exports = {
8
"ts",
9
"js",
10
"tpl"
11
- ]
+ ],
12
+ testTimeout: 10000
13
};
0 commit comments