We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b794686 commit 057f5c2Copy full SHA for 057f5c2
33 files changed
jest.config.mjs
@@ -2,5 +2,11 @@ export default {
2
transform: {},
3
testMatch: [
4
'**/tests/**/*.test.mjs'
5
+ ],
6
+ testTimeout: 15000,
7
+ maxWorkers: 1,
8
+ coveragePathIgnorePatterns: [
9
+ '/node_modules/',
10
+ 'src/index.mjs'
11
]
12
}
0 commit comments