feat(CLI): --maxRelatedTestsDepth flag to control the depth of related test in --findRelatedTests #14447
Annotations
1 error and 1 warning
run tests:
e2e/__tests__/circusConcurrent.test.ts#L47
expect(received).toMatchSnapshot()
Snapshot name: `with skip runs the tests in the correct order 1`
- Snapshot - 5
+ Received + 5
@@ -37,31 +37,31 @@
START "ten"
at log (__tests__/concurrent-skip.test.js:15:11)
console.log
- END: "two"
+ END: "ten"
at log (__tests__/concurrent-skip.test.js:15:11)
console.log
- END: "seven"
+ END: "two"
at log (__tests__/concurrent-skip.test.js:15:11)
console.log
- END: "four"
+ END: "seven"
at log (__tests__/concurrent-skip.test.js:15:11)
console.log
- END: "eight"
+ END: "four"
at log (__tests__/concurrent-skip.test.js:15:11)
console.log
- END: "ten"
+ END: "eight"
at log (__tests__/concurrent-skip.test.js:15:11)
console.log
afterAll
at Object.toMatchSnapshot (e2e/__tests__/circusConcurrent.test.ts:47:20)
|
run tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Loading