Skip to content

Commit 7b59542

Browse files
authored
running tests (#12)
* running tests * increase test timeout * Update jest.config.js
1 parent 525f765 commit 7b59542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
testMatch: ['**/test/**/*.test.ts'],
55
coverageReporters: ['html'],
66
collectCoverageFrom: ['src/**/*.ts', '!src/test/*.ts'],
7-
testTimeout: 100 * 1000,
7+
testTimeout: 180 * 1000,
88
coverageThreshold: {
99
global: {
1010
branches: 95,

0 commit comments

Comments
 (0)