We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40a5d4 commit 494c4dbCopy full SHA for 494c4db
1 file changed
src/__mock__/mockJestGlobalConfig.ts
@@ -52,8 +52,8 @@ export const mockJestGlobalConfig: Config.GlobalConfig = {
52
testNamePattern: undefined,
53
testPathPatterns: {
54
patterns: ["/path/to/tests"],
55
- isSet: () => true,
56
- isValid: () => true,
+ isSet: jest.fn(),
+ isValid: jest.fn(),
57
toPretty: jest.fn(),
58
toExecutor: jest.fn(),
59
toJSON: jest.fn(),
0 commit comments