Skip to content

add corepack project install command #1117

add corepack project install command

add corepack project install command #1117

Re-run triggered September 12, 2024 22:00
Status Failure
Total duration 15m 38s
Artifacts

ci.yml

on: pull_request
Testing chores
19s
Testing chores
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

120 errors
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
macos-latest w/ Node.js 20.x
Process completed with exit code 1.
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
macos-latest w/ Node.js 22.x
Process completed with exit code 1.
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
macos-latest w/ Node.js 21.x
Process completed with exit code 1.
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
ubuntu-latest w/ Node.js 22.x
Process completed with exit code 1.
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
ubuntu-latest w/ Node.js 20.x
Process completed with exit code 1.
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
macos-latest w/ Node.js 18.x
Process completed with exit code 1.
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
ubuntu-latest w/ Node.js 18.x
Process completed with exit code 1.
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
ubuntu-latest w/ Node.js 21.x
Process completed with exit code 1.
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
windows-latest w/ Node.js 21.x
Process completed with exit code 1.
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
windows-latest w/ Node.js 18.x
Process completed with exit code 1.
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
windows-latest w/ Node.js 20.x
Process completed with exit code 1.
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with npm: tests/Project.test.ts#L24
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:24:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:16:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with pnpm: tests/Project.test.ts#L44
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:44:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:36:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
tests/Project.test.ts > ProjectCommand > InstallSubcommand > should install with yarn: tests/Project.test.ts#L64
AssertionError: expected { exitCode: 1, …(2) } to match object { exitCode: +0, stderr: '' } (1 matching property omitted from actual) - Expected + Received Object { - "exitCode": 0, + "exitCode": 1, "stderr": "", } ❯ tests/Project.test.ts:64:9 ❯ NodeFS.mktempPromise .yarn/cache/@yarnpkg-fslib-npm-3.1.0-821f4faf89-e327aaf73f.zip/node_modules/@yarnpkg/fslib/lib/xfs.js:86:24 ❯ tests/Project.test.ts:56:7
windows-latest w/ Node.js 22.x
Process completed with exit code 1.