chore(deps-dev): bump @types/prompts from 2.4.2 to 2.4.9 #135
Annotations
3 errors and 1 warning
run tests using jest-jasmine:
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 using jest-jasmine:
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:6452) [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 using jest-jasmine
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading