fix(deps): update dependency @sinonjs/fake-timers to v12 - autoclosed #14059
Annotations
8 errors and 2 warnings
e2e/__tests__/watchModeUpdateSnapshot.test.ts#L50
expect(received).toMatchSnapshot(hint)
Snapshot name: `can press "u" to update snapshots: test results 1`
- Snapshot - 0
+ Received + 1
@@ -14,7 +14,8 @@
| ^
at Object.toMatchSnapshot (__tests__/bar.spec.js:1:35)
› 1 snapshot failed.
+ A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.
Snapshot Summary
› 1 snapshot failed from 1 test suite. Inspect your code changes or press `u` to update them."
at Object.toMatchSnapshot (e2e/__tests__/watchModeUpdateSnapshot.test.ts:50:18)
|
e2e/__tests__/fakeTimers.test.ts#L30
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at Object.toBe (e2e/__tests__/fakeTimers.test.ts:30:29)
|
e2e/__tests__/fakeTimers.test.ts#L30
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at Object.toBe (e2e/__tests__/fakeTimers.test.ts:30:29)
|
e2e/__tests__/watchModePatterns.test.ts#L49
expect(received).toHaveLength(expected)
Expected length: 2
Received length: 1
Received array: [{"rest": "PASS __tests__/bar.spec.js
PASS __tests__/foo.spec.js", "summary": "Test Suites: 2 passed, 2 total
Tests: 4 passed, 4 total
Snapshots: 0 total
Time: <<REPLACED>>
Ran all test suites."}]
at Object.toHaveLength (e2e/__tests__/watchModePatterns.test.ts:49:19)
|
e2e/__tests__/watchModePatterns.test.ts#L48
expect(received).toMatchSnapshot()
Snapshot name: `can press "p" to filter by file name 1`
- Snapshot - 4
+ Received + 1
@@ -30,10 +30,7 @@
<moveCursorToColumn1>
<eraseScreenDown>
pattern › bar
<saveCursorPosition>
<moveCursorToRow6Column15>
- <restoreCursorPosition>
-
- <moveCursorDownBy1Row>
- <eraseScreenDown>
+ <restoreCursorPosition>
"
at Object.toMatchSnapshot (e2e/__tests__/watchModePatterns.test.ts:48:18)
|
e2e/__tests__/watchModePatterns.test.ts#L70
expect(received).toMatchSnapshot(hint)
Snapshot name: `can press "t" to filter by test name: test results 1`
- Snapshot - 0
+ Received + 2
PASS __tests__/bar.spec.js
+ A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.
+
PASS __tests__/foo.spec.js
at Object.toMatchSnapshot (e2e/__tests__/watchModePatterns.test.ts:70:18)
|
e2e/__tests__/fakeTimers.test.ts#L30
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at Object.toBe (e2e/__tests__/fakeTimers.test.ts:30:29)
|
|
|
|
This job failed
Loading