Skip to content

feat(commands/init): add the --pkg-manager flag #274

feat(commands/init): add the --pkg-manager flag

feat(commands/init): add the --pkg-manager flag #274

Triggered via push October 1, 2024 15:40
Status Failure
Total duration 32s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Unhandled error: test/commands/base.test.ts#L9
AssertionError: expected '' to contain 'init Initialize a new project' - Expected + Received - init Initialize a new project ❯ test/commands/base.test.ts:9:22 ❯ processTicksAndRejections node:internal/process/task_queues:95:5 ❯ Module.runInDir test/cli-utils.ts:91:5 This error originated in "test/commands/base.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "test/commands/base.test.ts". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: test/commands/init.test.ts#L17
AssertionError: expected '' to contain 'existing package.json file' - Expected + Received - existing package.json file ❯ test/commands/init.test.ts:17:22 ❯ processTicksAndRejections node:internal/process/task_queues:95:5 ❯ Module.runInDir test/cli-utils.ts:91:5 This error originated in "test/commands/init.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "test/commands/init.test.ts". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
main
Process completed with exit code 1.
main
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/