chore(deps-dev): bump @types/prompts from 2.4.2 to 2.4.9 #135
Annotations
4 errors
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:
undefined#L1
expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "(node:7128) ExperimentalWarning: CommonJS module D:\\a\\jest\\jest\\packages\\jest-util\\build\\requireOrImportModule.js is loading ES Module D:\\a\\jest\\jest\\jest.config.mjs using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)"
at Object.toBe (packages/jest-repl/src/__tests__/jest_repl.test.js:31:36)
|
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:6484) [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.
|
Loading