Node Nightly CI #246
Annotations
2 errors and 1 warning
run tests:
e2e/__tests__/globals.test.ts#L216
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at Object.toBe (e2e/__tests__/globals.test.ts:216:20)
|
run tests:
e2e/__tests__/globals.test.ts#L214
expect(received).toMatchSnapshot()
Snapshot name: `skips with expand arg 1`
- Snapshot - 1
+ Received + 25
@@ -8,6 +8,30 @@
○ it
○ test
describe.skip
○ test
describe
- ○ test"
+ ○ test
+
+
+ node:events:498
+ throw er; // Unhandled 'error' event
+ ^
+
+ Error: kill EPERM
+ at ChildProcess.kill (node:internal/child_process:512:26)
+ at ChildProcessWorker.killChild (D:\a\jest\jest\packages\jest-worker\build\index.js:999:17)
+ at ChildProcessWorker.forceExit (D:\a\jest\jest\packages\jest-worker\build\index.js:1004:33)
+ at Timeout._onTimeout (D:\a\jest\jest\packages\jest-worker\build\index.js:567:16)
+ at listOnTimeout (node:internal/timers:573:17)
+ at processTimers (node:internal/timers:514:7)
+ Emitted 'error' event on ChildProcess instance at:
+ at ChildProcess.kill (node:internal/child_process:512:12)
+ at ChildProcessWorker.killChild (D:\a\jest\jest\packages\jest-worker\build\index.js:999:17)
+ [... lines matching original stack trace ...]
+ at processTimers (node:internal/timers:514:7) {
+ errno: -4048,
+ code: 'EPERM',
+ syscall: 'kill'
+ }
+
+ Node.js v23.0.0-nightly202405148125a7e89f"
at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:214:16)
|
run tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Loading