Skip to content

Commit 049c472

Browse files
Update Snapshots
1 parent d306b40 commit 049c472

File tree

2 files changed

+48
-8
lines changed

2 files changed

+48
-8
lines changed

packages/jest-core/src/lib/__tests__/__snapshots__/logDebugMessages.test.ts.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ exports[`prints the config object 1`] = `
3535
"modulePaths": [],
3636
"openHandlesTimeout": 1000,
3737
"prettierPath": "prettier",
38+
"reporters": [
39+
"default",
40+
"custom-reporter-1",
41+
[
42+
"custom-reporter-2",
43+
{
44+
"configValue": true
45+
}
46+
]
47+
],
3848
"resetMocks": false,
3949
"resetModules": false,
4050
"restoreMocks": false,

0 commit comments

Comments
 (0)