chore(deps): bump ci-info from 3.7.1 to 4.1.0 #133
Annotations
4 errors and 1 warning
run tests using jest-jasmine:
e2e/__tests__/nestedTestDefinitions.test.ts#L29
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions outside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestOutsideDescribe.js
+ "(node:3556) [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__/nestedTestOutsideDescribe.js
✕ outer test
● outer test
Tests cannot be nested. Test "inner test" cannot run because it is nested within "outer test".
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:29:44)
|
run tests using jest-jasmine:
e2e/__tests__/nestedTestDefinitions.test.ts#L39
expect(received).toMatchSnapshot()
Snapshot name: `print correct error message with nested test definitions inside describe 1`
- Snapshot - 1
+ Received + 3
@@ -1,6 +1,8 @@
- "FAIL __tests__/nestedTestWithinDescribe.js
+ "(node:4068) [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__/nestedTestWithinDescribe.js
in describe
✕ outer test
● in describe › outer test
↵
at Object.toMatchSnapshot (e2e/__tests__/nestedTestDefinitions.test.ts:39:44)
|
run tests using jest-jasmine:
e2e/__tests__/coverageReport.test.ts#L102
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at Object.toBe (e2e/__tests__/coverageReport.test.ts:102:20)
|
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