chore(deps): bump ci-info from 3.7.1 to 4.1.0 #133
Annotations
3 errors and 1 warning
run tests using jest-jasmine:
e2e/__tests__/nativeEsm.test.ts#L122
expect(received).toMatchSnapshot()
Snapshot name: `on node >=16.12.0 supports import assertions 1`
- Snapshot - 2
+ Received + 2
- Test Suites: 1 passed, 1 total
+ Test Suites: 1 failed, 1 total
- Tests: 2 passed, 2 total
+ Tests: 0 total
Snapshots: 0 total
Time: <<REPLACED>>
Ran all test suites matching /native-esm-import-assertions.test/i.
at Object.toMatchSnapshot (e2e/__tests__/nativeEsm.test.ts:122:21)
|
run tests using jest-jasmine:
e2e/__tests__/domDiffing.test.ts#L16
expect(received).toMatchSnapshot()
Snapshot name: `should work without error 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/dom.test.js
+ "(node:8399) [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__/dom.test.js
✕ use toBe compare two div
✕ compare span and div
● use toBe compare two div
↵
at Object.toMatchSnapshot (e2e/__tests__/domDiffing.test.ts:16:16)
|
run tests using jest-jasmine
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading