Skip to content

Commit

Permalink
fix: 'ts-jest' should be optional in ConfigGlobals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chang Cao committed Sep 15, 2022
1 parent 8011d5d commit 8bb5ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Expand Up @@ -17,7 +17,7 @@ declare module '@jest/types' {
*/
// eslint-disable-next-line
// @ts-ignore
'ts-jest': TsJestGlobalOptions
'ts-jest'?: TsJestGlobalOptions
}
}
}
Expand Down

0 comments on commit 8bb5ed7

Please sign in to comment.