Skip to content

Commit

Permalink
add missing testtimeout to intialprojectoptions
Browse files Browse the repository at this point in the history
  • Loading branch information
RayBrokeSomething committed Nov 15, 2023
1 parent 5b97c9d commit 9434c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-config/src/ValidConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ export const initialProjectOptions: Config.InitialProjectOptions = {
],
),
testRunner: 'circus',
testTimeout: 5000,

Check failure on line 319 in packages/jest-config/src/ValidConfig.ts

View workflow job for this annotation

GitHub Actions / TypeScript Compatibility

Type '{ automock: false; cache: true; cacheDirectory: string; clearMocks: false; collectCoverageFrom: string[]; coverageDirectory: string; coveragePathIgnorePatterns: string[]; dependencyExtractor: string; ... 52 more ...; workerIdleMemoryLimit: string | number; }' is not assignable to type 'InitialProjectOptions'.

Check failure on line 319 in packages/jest-config/src/ValidConfig.ts

View workflow job for this annotation

GitHub Actions / Typecheck Examples and Tests

Type '{ automock: false; cache: true; cacheDirectory: string; clearMocks: false; collectCoverageFrom: string[]; coverageDirectory: string; coveragePathIgnorePatterns: string[]; dependencyExtractor: string; ... 52 more ...; workerIdleMemoryLimit: string | number; }' is not assignable to type 'InitialProjectOptions'.
transform: {
'\\.js$': '<rootDir>/preprocessor.js',
},
Expand Down

0 comments on commit 9434c4c

Please sign in to comment.