Node Nightly CI #291
Annotations
1 error and 1 warning
e2e/__tests__/consoleAfterTeardown.test.ts#L19
expect(received).toMatchSnapshot()
Snapshot name: `console printing 1`
- Snapshot - 10
+ Received + 20
"PASS __tests__/console.test.js
- ● Cannot log after tests are done. Did you forget to wait for something async in your test?
- Attempted to log "hello!".
-
- 10 | // Named function to have the function be named the same in jasmine and circus
- 11 | new Promise(resolve => setTimeout(resolve, 500)).then(function log() {
- > 12 | console.log('hello!');
- | ^
- 13 | });
- 14 | });
- 15 |"
+ 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:581:17)
+ at processTimers (node:internal/timers:519: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:519:7) {
+ errno: -4048,
+ code: 'EPERM',
+ syscall: 'kill'
+ "
at Object.toMatchSnapshot (e2e/__tests__/consoleAfterTeardown.test.ts:19:24)
|
|
This job succeeded
Loading