fix: fixed incorrect assertion in jest-worker unit tests. #14373
Annotations
1 error and 1 warning
run tests:
e2e/__tests__/circusConcurrent.test.ts#L28
expect(received).toMatchSnapshot()
Snapshot name: `all passing runs the tests in the correct order 1`
- Snapshot - 2
+ Received + 2
@@ -87,16 +87,16 @@
END: "six"
at log (__tests__/concurrent.test.js:15:11)
console.log
- END: "seven"
+ END: "ten"
at log (__tests__/concurrent.test.js:15:11)
console.log
- END: "ten"
+ END: "seven"
at log (__tests__/concurrent.test.js:15:11)
console.log
END: "eight"
at Object.toMatchSnapshot (e2e/__tests__/circusConcurrent.test.ts:28:20)
|
run tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Loading