Skip to content

Commit

Permalink
test: global timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 21, 2023
1 parent 3c2dd40 commit fd18b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { JestConfigWithTsJest } from 'ts-jest';

const jestConfig: JestConfigWithTsJest = {
testTimeout: 20000,
preset: 'ts-jest/presets/default-esm',
testEnvironment: 'node',
transform: {
Expand Down

0 comments on commit fd18b32

Please sign in to comment.