Dependency update for jest-reporters, addressing CVE-2022-25883 #12088
nodejs.yml
on: pull_request
prepare-yarn-cache-ubuntu
/
Prepare yarn cache for ubuntu-latest
22s
prepare-yarn-cache-macos
/
Prepare yarn cache for macos-latest
47s
prepare-yarn-cache-windows
/
Prepare yarn cache for windows-latest
1m 5s
TypeScript Compatibility
6m 13s
Typecheck Examples and Tests
4m 59s
Lint
3m 8s
Validate Yarn dependencies and constraints
20s
Node LTS on Ubuntu with leak detection
1m 5s
Matrix: test-coverage
Matrix: test-ubuntu / test-jasmine
Matrix: test-ubuntu / test
Matrix: test-macos / test-jasmine
Matrix: test-macos / test
Matrix: test-windows / test-jasmine
Matrix: test-windows / test
Annotations
6 errors
force exits a worker that fails to exit gracefully:
e2e/__tests__/workerForceExit.test.ts#L53
: Timeout - Async callback was not invoked within the 15000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 15000 ms timeout specified by jest.setTimeout.Error:
at new Spec (packages/jest-jasmine2/build/jasmine/Spec.js:107:22)
at Object.test (e2e/__tests__/workerForceExit.test.ts:53:1)
|
can press "u" to update snapshots:
e2e/__tests__/watchModeUpdateSnapshot.test.ts#L50
expect(received).toMatchSnapshot(hint)
Snapshot name: `can press "u" to update snapshots: test results 1`
- Snapshot - 0
+ Received + 1
@@ -14,7 +14,8 @@
| ^
at Object.toMatchSnapshot (__tests__/bar.spec.js:1:35)
› 1 snapshot failed.
+ 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.
Snapshot Summary
› 1 snapshot failed from 1 test suite. Inspect your code changes or press `u` to update them."
at toMatchSnapshot (e2e/__tests__/watchModeUpdateSnapshot.test.ts:50:18)
at Array.forEach (<anonymous>)
at Object.forEach (e2e/__tests__/watchModeUpdateSnapshot.test.ts:49:11)
|
test-windows / Node LTS on windows-latest using jest-jasmine2 (1/4)
Process completed with exit code 1.
|
handles functions that close over outside variables:
undefined#L1
Timed out
at timeoutKill (node_modules/execa/lib/kill.js:65:23)
|
handles functions that close over outside variables:
e2e/Utils.ts#L105
EBUSY: resource busy or locked, rmdir '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\complex-errors'
at rmSync (e2e/Utils.ts:105:8)
at Object.<anonymous> (e2e/__tests__/complexItemsInErrors.ts:28:10)
|
test-windows / Node LTS on windows-latest using jest-jasmine2 (2/4)
Process completed with exit code 1.
|