diff --git a/jest.config.ts b/jest.config.ts index 156011d..720d2a9 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -1,6 +1,7 @@ import type { JestConfigWithTsJest } from 'ts-jest'; const jestConfig: JestConfigWithTsJest = { + testTimeout: 20000, preset: 'ts-jest/presets/default-esm', testEnvironment: 'node', transform: {