Skip to content

Commit

Permalink
adding to type
Browse files Browse the repository at this point in the history
  • Loading branch information
RayBrokeSomething committed Nov 15, 2023
1 parent 9434c4c commit dff3aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-types/src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ export type ProjectConfig = {
testPathIgnorePatterns: Array<string>;
testRegex: Array<string | RegExp>;
testRunner: string;
testTimeout: number;
transform: Array<[string, string, Record<string, unknown>]>;
transformIgnorePatterns: Array<string>;
watchPathIgnorePatterns: Array<string>;
Expand Down

0 comments on commit dff3aa5

Please sign in to comment.