Skip to content

fix: isolate esm async import bug #12065

fix: isolate esm async import bug

fix: isolate esm async import bug #12065

Triggered via pull request August 9, 2023 16:39
Status Failure
Total duration 41m 17s
Artifacts

nodejs.yml

on: pull_request
prepare-yarn-cache-ubuntu  /  Prepare yarn cache for ubuntu-latest
17s
prepare-yarn-cache-ubuntu / Prepare yarn cache for ubuntu-latest
prepare-yarn-cache-macos  /  Prepare yarn cache for macos-latest
37s
prepare-yarn-cache-macos / Prepare yarn cache for macos-latest
prepare-yarn-cache-windows  /  Prepare yarn cache for windows-latest
1m 10s
prepare-yarn-cache-windows / Prepare yarn cache for windows-latest
TypeScript Compatibility
8m 25s
TypeScript Compatibility
Typecheck Examples and Tests
3m 24s
Typecheck Examples and Tests
Lint
2m 58s
Lint
Validate Yarn dependencies and constraints
19s
Validate Yarn dependencies and constraints
Node LTS on Ubuntu with leak detection
1m 5s
Node LTS on Ubuntu with leak detection
Matrix: test-coverage
Matrix: test-ubuntu / test-jasmine
Matrix: test-ubuntu / test
Matrix: test-macos / test-jasmine
Matrix: test-macos / test
Matrix: test-windows / test-jasmine
Matrix: test-windows / test
Fit to window
Zoom out
Zoom in

Annotations

114 errors
Lint
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-ubuntu / Node v14.x on ubuntu-latest (4/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-ubuntu / Node v16.x on ubuntu-latest (4/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
Node LTS on Ubuntu with coverage (4/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-ubuntu / Node v18.x on ubuntu-latest (3/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
Node LTS on Ubuntu with coverage (3/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20) at runMicrotasks (<anonymous>)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19) at runMicrotasks (<anonymous>)
test-ubuntu / Node v14.x on ubuntu-latest (3/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20) at runMicrotasks (<anonymous>)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19) at runMicrotasks (<anonymous>)
test-ubuntu / Node v16.x on ubuntu-latest (3/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-ubuntu / Node v18.x on ubuntu-latest (4/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-ubuntu / Node v20.x on ubuntu-latest (4/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-ubuntu / Node v20.x on ubuntu-latest (3/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-ubuntu / Node LTS on ubuntu-latest using jest-jasmine2 (4/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-ubuntu / Node LTS on ubuntu-latest using jest-jasmine2 (3/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-macos / Node v14.x on macos-latest (3/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-macos / Node v14.x on macos-latest (4/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-windows / Node LTS on windows-latest using jest-jasmine2 (4/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-windows / Node v14.x on windows-latest (4/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20) at runMicrotasks (<anonymous>)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19) at runMicrotasks (<anonymous>)
test-macos / Node v16.x on macos-latest (4/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-windows / Node LTS on windows-latest using jest-jasmine2 (3/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-windows / Node v16.x on windows-latest (3/4)
Process completed with exit code 1.
prints out info about open handlers: e2e/__tests__/detectOpenHandles.ts#L64
expect(received).toMatchSnapshot() Snapshot name: `prints out info about open handlers 1` - Snapshot - 1 + Received + 1 @@ -1,8 +1,8 @@ Jest has detected the following 1 open handle potentially keeping Jest from exiting: - ● TCPSERVERWRAP + ● GETADDRINFOREQWRAP 12 | const app = new Server(); 13 | > 14 | app.listen({host: 'localhost', port: 0}); | ^ at Object.toMatchSnapshot (e2e/__tests__/detectOpenHandles.ts:64:25)
test-windows / Node LTS on windows-latest using jest-jasmine2 (2/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20) at runMicrotasks (<anonymous>)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19) at runMicrotasks (<anonymous>)
test-windows / Node v14.x on windows-latest (3/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-macos / Node v16.x on macos-latest (3/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-windows / Node v16.x on windows-latest (4/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-macos / Node v18.x on macos-latest (4/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-ubuntu / Node v19.x on ubuntu-latest (4/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-macos / Node v18.x on macos-latest (3/4)
Process completed with exit code 1.
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L130
expect(received).toBe(expected) // Object.is equality - Expected - 5 + Received + 0 - - - - 'This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with `--detectOpenHandles` to troubleshoot this issue. - Jest did not exit one second after the test run has completed. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toBe (e2e/__tests__/multiProjectRunner.test.ts:130:35)
can pass projects or global config: e2e/__tests__/multiProjectRunner.test.ts#L126
expect(received).toMatchSnapshot() Snapshot name: `can pass projects or global config 5` - Snapshot - 0 + Received + 5 + + + + 'This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with `--detectOpenHandles` to troubleshoot this issue. + Jest did not exit one second after the test run has completed. PASS BACKEND project1/__tests__/file1.test.js PASS UI project3/__tests__/file1.test.js PASS project2/__tests__/file1.test.js at Object.toMatchSnapshot (e2e/__tests__/multiProjectRunner.test.ts:126:35)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-windows / Node v18.x on windows-latest (3/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-windows / Node v18.x on windows-latest (4/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-ubuntu / Node v19.x on ubuntu-latest (3/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-windows / Node v19.x on windows-latest (4/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-windows / Node v19.x on windows-latest (3/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-windows / Node v20.x on windows-latest (4/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-windows / Node v20.x on windows-latest (3/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-macos / Node v19.x on macos-latest (4/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-macos / Node v19.x on macos-latest (3/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L20
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/resolveAsync.test.ts:20:20)
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-macos / Node v20.x on macos-latest (4/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L19
expect(received).toBe(expected) // Object.is equality Expected: 0 Received: 1 at Object.toBe (e2e/__tests__/asyncESMImport.test.ts:19:20)
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-macos / Node v20.x on macos-latest (3/4)
Process completed with exit code 1.
runs test with native ESM: e2e/__tests__/resolveAsync.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with native ESM 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/resolveAsync.test.ts:18:19)
test-macos / Node LTS on macos-latest using jest-jasmine2 (4/4)
Process completed with exit code 1.
runs test with async ESM import: e2e/__tests__/asyncESMImport.test.ts#L18
expect(received).toMatchSnapshot() Snapshot name: `runs test with async ESM import 1` - Snapshot - 2 + Received + 2 - Test Suites: 1 passed, 1 total + Test Suites: 1 failed, 1 total - Tests: 1 passed, 1 total + Tests: 0 total Snapshots: 0 total Time: <<REPLACED>> Ran all test suites. at Object.toMatchSnapshot (e2e/__tests__/asyncESMImport.test.ts:18:19)
test-macos / Node LTS on macos-latest using jest-jasmine2 (3/4)
Process completed with exit code 1.