fix: error cause bug #14176
Annotations
2 errors and 1 warning
e2e/__tests__/injectGlobals.test.ts#L54
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at toBe (e2e/__tests__/injectGlobals.test.ts:54:20)
|
e2e/__tests__/injectGlobals.test.ts#L52
expect(received).toMatchSnapshot()
Snapshot name: `globals are undefined if passed \`false\` from config 1`
- Snapshot - 1
+ Received + 25
"PASS __tests__/test.js
- ✓ no globals injected"
+ ✓ no globals injected
+
+
+ node:events:497
+ throw er; // Unhandled 'error' event
+ ^
+
+ Error: kill EPERM
+ at ChildProcess.kill (node:internal/child_process:511:26)
+ at ChildProcessWorker.killChild (D:\a\jest\jest\packages\jest-worker\build\index.js:1000:17)
+ at ChildProcessWorker.forceExit (D:\a\jest\jest\packages\jest-worker\build\index.js:1005:33)
+ at Timeout._onTimeout (D:\a\jest\jest\packages\jest-worker\build\index.js:567:16)
+ at listOnTimeout (node:internal/timers:594:17)
+ at processTimers (node:internal/timers:529:7)
+ Emitted 'error' event on ChildProcess instance at:
+ at ChildProcess.kill (node:internal/child_process:511:12)
+ at ChildProcessWorker.killChild (D:\a\jest\jest\packages\jest-worker\build\index.js:1000:17)
+ [... lines matching original stack trace ...]
+ at processTimers (node:internal/timers:529:7) {
+ errno: -4048,
+ code: 'EPERM',
+ syscall: 'kill'
+ }
+
+ Node.js v22.9.0"
at toMatchSnapshot (e2e/__tests__/injectGlobals.test.ts:52:16)
|
|
The logs for this run have expired and are no longer available.
Loading