Node Nightly CI #160
Annotations
1 error and 2 warnings
run tests using jest-jasmine:
e2e/__tests__/complexItemsInErrors.ts#L61
expect(received).toMatchSnapshot()
Snapshot name: `handles functions that close over outside variables 1`
- Snapshot - 0
+ Received + 2
@@ -11,10 +11,12 @@
6 | error.someProp = () => someString;
7 |
at Object.<anonymous> (__tests__/test-1.js:4:17)
+ 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.
+
FAIL __tests__/test-2.js
● dummy
boom
↵
at Object.toMatchSnapshot (e2e/__tests__/complexItemsInErrors.ts:61:16)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run tests using jest-jasmine
Attempt 1 failed. Reason: Child_process exited with error code 1
|
The logs for this run have expired and are no longer available.
Loading