forked from jestjs/jest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshow_config.test.js.snap
More file actions
98 lines (97 loc) · 2.72 KB
/
show_config.test.js.snap
File metadata and controls
98 lines (97 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`--showConfig outputs config info and exits 1`] = `
"{
\\"configs\\": [
{
\\"automock\\": false,
\\"browser\\": false,
\\"cache\\": false,
\\"cacheDirectory\\": \\"/tmp/jest\\",
\\"clearMocks\\": false,
\\"coveragePathIgnorePatterns\\": [
\\"/node_modules/\\"
],
\\"detectLeaks\\": false,
\\"forceCoverageMatch\\": [],
\\"globals\\": {},
\\"haste\\": {
\\"providesModuleNodeModules\\": []
},
\\"moduleDirectories\\": [
\\"node_modules\\"
],
\\"moduleFileExtensions\\": [
\\"js\\",
\\"json\\",
\\"jsx\\",
\\"node\\"
],
\\"moduleNameMapper\\": {},
\\"modulePathIgnorePatterns\\": [],
\\"name\\": \\"[md5 hash]\\",
\\"resetMocks\\": false,
\\"resetModules\\": false,
\\"restoreMocks\\": false,
\\"rootDir\\": \\"<<REPLACED_ROOT_DIR>>\\",
\\"roots\\": [
\\"<<REPLACED_ROOT_DIR>>\\"
],
\\"runner\\": \\"jest-runner\\",
\\"setupFiles\\": [],
\\"snapshotSerializers\\": [],
\\"testEnvironment\\": \\"jest-environment-jsdom\\",
\\"testEnvironmentOptions\\": {},
\\"testLocationInResults\\": false,
\\"testMatch\\": [
\\"**/__tests__/**/*.js?(x)\\",
\\"**/?(*.)(spec|test).js?(x)\\"
],
\\"testPathIgnorePatterns\\": [
\\"/node_modules/\\"
],
\\"testRegex\\": \\"\\",
\\"testRunner\\": \\"<<REPLACED_JEST_PACKAGES_DIR>>/jest-jasmine2/build/index.js\\",
\\"testURL\\": \\"about:blank\\",
\\"timers\\": \\"real\\",
\\"transformIgnorePatterns\\": [
\\"/node_modules/\\"
],
\\"watchPathIgnorePatterns\\": []
}
],
\\"globalConfig\\": {
\\"bail\\": false,
\\"changedFilesWithAncestor\\": false,
\\"coverageDirectory\\": \\"<<REPLACED_ROOT_DIR>>/coverage\\",
\\"coverageReporters\\": [
\\"json\\",
\\"text\\",
\\"lcov\\",
\\"clover\\"
],
\\"detectLeaks\\": false,
\\"expand\\": false,
\\"globalSetup\\": null,
\\"globalTeardown\\": null,
\\"listTests\\": false,
\\"mapCoverage\\": false,
\\"maxWorkers\\": \\"[maxWorkers]\\",
\\"noStackTrace\\": false,
\\"nonFlagArgs\\": [],
\\"notify\\": false,
\\"passWithNoTests\\": false,
\\"rootDir\\": \\"<<REPLACED_ROOT_DIR>>\\",
\\"runTestsByPath\\": false,
\\"testFailureExitCode\\": 1,
\\"testPathPattern\\": \\"\\",
\\"testResultsProcessor\\": null,
\\"updateSnapshot\\": \\"all\\",
\\"useStderr\\": false,
\\"verbose\\": null,
\\"watch\\": false,
\\"watchman\\": true
},
\\"version\\": \\"[version]\\"
}
"
`;