We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b27a9 commit 4036460Copy full SHA for 4036460
1 file changed
jest.config.js
@@ -0,0 +1,5 @@
1
+export default {
2
+ transform: {},
3
+ testMatch: ['<rootDir>/tests/**/*.test.js'],
4
+ testTimeout: 10000
5
+}
0 commit comments