Skip to content

Commit 8bb5ed7

Browse files
author
Chang Cao
committed
fix: 'ts-jest' should be optional in ConfigGlobals
1 parent 8011d5d commit 8bb5ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ declare module '@jest/types' {
1717
*/
1818
// eslint-disable-next-line
1919
// @ts-ignore
20-
'ts-jest': TsJestGlobalOptions
20+
'ts-jest'?: TsJestGlobalOptions
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)