chore(deps): bump ci-info from 3.7.1 to 4.1.0 #133
Annotations
3 errors and 1 warning
run tests with coverage:
e2e/__tests__/wrongEnv.test.ts#L13
expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
at toBe (e2e/__tests__/wrongEnv.test.ts:13:27)
at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:27:5)
|
run tests with coverage:
e2e/__tests__/wrongEnv.test.ts#L14
expect(received).toMatchSnapshot()
Snapshot name: `Wrong globals for environment print useful error for unref 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/jsdom.js
+ "(node:6270) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
+ (Use `node --trace-deprecation ...` to show where the warning was created)
+ FAIL __tests__/jsdom.js
✕ use unref
● use unref
The error below may be caused by using the wrong test environment, see https://jestjs.io/docs/configuration#testenvironment-string.
at toMatchSnapshot (e2e/__tests__/wrongEnv.test.ts:14:46)
at Object.assertFailuresAndSnapshot (e2e/__tests__/wrongEnv.test.ts:31:5)
|
run tests with coverage
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, SimenB/github-actions-cpu-cores@v1, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading