docs(CLI) Clarify functionality of --notify flag (taken from configuration docs) #14220
Annotations
4 errors and 2 warnings
run tests using jest-jasmine:
undefined#L1
Timed out
at timeoutKill (node_modules/execa/lib/kill.js:65:23)
|
run tests using jest-jasmine:
e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\bigint-inequality-test'
at rmSync (e2e/Utils.ts:107:8)
at Object.<anonymous> (e2e/__tests__/nonSerializableStructuresInequality.test.ts:48:10)
|
run tests using jest-jasmine:
e2e/__tests__/nonSerializableStructuresInequality.test.ts#L36
Process exited
at waitUntil (e2e/__tests__/nonSerializableStructuresInequality.test.ts:36:9)
at Object.testIn2Workers (e2e/__tests__/nonSerializableStructuresInequality.test.ts:111:35)
|
run tests using jest-jasmine:
e2e/__tests__/globals.test.ts#L119
expect(received).toMatchSnapshot()
Snapshot name: `skips 1`
- Snapshot - 1
+ Received + 25
@@ -8,6 +8,30 @@
○ skipped it
○ skipped test
describe.skip
○ skipped test
describe
- ○ skipped test"
+ ○ skipped test
+
+
+ node:events:496
+ 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.11.0"
at Object.toMatchSnapshot (e2e/__tests__/globals.test.ts:119:16)
|
run tests using jest-jasmine
Attempt 1 failed. Reason: Child_process exited with error code 1
|
run tests using jest-jasmine
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Loading