feat(CLI): --maxRelatedTestsDepth flag to control the depth of related test in --findRelatedTests #14447
Annotations
5 errors and 2 warnings
run tests using jest-jasmine:
e2e/__tests__/detectOpenHandles.ts#L111
expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "Jest did not exit one second after the test run has completed.·
'This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with `--detectOpenHandles` to troubleshoot this issue."
at Object.toBe (e2e/__tests__/detectOpenHandles.ts:111:27)
|
run tests using jest-jasmine:
e2e/__tests__/showConfig.test.ts#L43
expect(received).toMatchSnapshot()
Snapshot name: `--showConfig outputs config info and exits 1`
- Snapshot - 1
+ Received + 0
@@ -121,11 +121,10 @@
"json": false,
"lastCommit": false,
"listTests": false,
"logHeapUsage": false,
"maxConcurrency": 5,
- "maxRelatedTestsDepth": Infinity,
"maxWorkers": "[maxWorkers]",
"noStackTrace": false,
"nonFlagArgs": [],
"notify": false,
"notifyMode": "failure-change",
at Object.toMatchSnapshot (e2e/__tests__/showConfig.test.ts:43:18)
|
run tests using jest-jasmine:
e2e/__tests__/showConfig.test.ts#L43
expect(received).toMatchSnapshot()
Snapshot name: `--showConfig outputs config info and exits 1`
- Snapshot - 1
+ Received + 0
@@ -121,11 +121,10 @@
"json": false,
"lastCommit": false,
"listTests": false,
"logHeapUsage": false,
"maxConcurrency": 5,
- "maxRelatedTestsDepth": Infinity,
"maxWorkers": "[maxWorkers]",
"noStackTrace": false,
"nonFlagArgs": [],
"notify": false,
"notifyMode": "failure-change",
at Object.toMatchSnapshot (e2e/__tests__/showConfig.test.ts:43:18)
|
run tests using jest-jasmine:
e2e/__tests__/showConfig.test.ts#L43
expect(received).toMatchSnapshot()
Snapshot name: `--showConfig outputs config info and exits 1`
- Snapshot - 1
+ Received + 0
@@ -121,11 +121,10 @@
"json": false,
"lastCommit": false,
"listTests": false,
"logHeapUsage": false,
"maxConcurrency": 5,
- "maxRelatedTestsDepth": Infinity,
"maxWorkers": "[maxWorkers]",
"noStackTrace": false,
"nonFlagArgs": [],
"notify": false,
"notifyMode": "failure-change",
at Object.toMatchSnapshot (e2e/__tests__/showConfig.test.ts:43:18)
|
run tests using jest-jasmine
Final attempt failed. Child_process exited with error code 1
|
run tests using jest-jasmine
Attempt 1 failed. Reason: Child_process exited with error code 1
|
run tests using jest-jasmine
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Loading