Skip to content

Commit

Permalink
test: update jest max test time to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Jun 6, 2024
1 parent 592489a commit 316824b
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
Expand Up @@ -3,6 +3,7 @@ import type { JestConfigWithTsJest } from 'ts-jest'
const config: JestConfigWithTsJest = {
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 10000,
}

export default config

0 comments on commit 316824b

Please sign in to comment.