Skip to content

Commit 494c4db

Browse files
committed
Update mockJestGlobalConfig.ts
1 parent d40a5d4 commit 494c4db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/__mock__/mockJestGlobalConfig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ export const mockJestGlobalConfig: Config.GlobalConfig = {
5252
testNamePattern: undefined,
5353
testPathPatterns: {
5454
patterns: ["/path/to/tests"],
55-
isSet: () => true,
56-
isValid: () => true,
55+
isSet: jest.fn(),
56+
isValid: jest.fn(),
5757
toPretty: jest.fn(),
5858
toExecutor: jest.fn(),
5959
toJSON: jest.fn(),

0 commit comments

Comments
 (0)