chore(deps): update vitest to v2 (major) #375
Annotations
8 errors and 2 warnings
lint:
bin/cli.spec.ts#L757
Unexpected console statement
|
lint
Process completed with exit code 1.
|
bin/cli.spec.ts > i-read-opts argument > without input argument:
bin/cli.spec.ts#L349
AssertionError: stderr contain error about missing i-read-opts dependency: i argument: expected 'Missing required argument: i' to deeply equal 'i-read-opts -> i'
Expected: "i-read-opts -> i"
Received: "Missing required argument: i"
❯ bin/cli.spec.ts:349:7
|
bin/cli.spec.ts > i-glob-opts argument > set without input argument:
bin/cli.spec.ts#L466
AssertionError: stderr contain error about missing i-glob-opts dependency: i argument: expected 'Missing required argument: i' to deeply equal 'i-glob-opts -> i'
Expected: "i-glob-opts -> i"
Received: "Missing required argument: i"
❯ bin/cli.spec.ts:466:7
|
bin/cli.spec.ts > input options argument > without output argument:
bin/cli.spec.ts#L588
AssertionError: stderr contain error about missing i-read-opts dependency: i argument: expected 'Missing required argument: i' to deeply equal 'o-write-opts -> o'
Expected: "o-write-opts -> o"
Received: "Missing required argument: i"
❯ bin/cli.spec.ts:588:7
|
bin/cli.spec.ts > input options argument > correct with input argument:
bin/cli.spec.ts#L605
AssertionError: process should send success status (0): expected 1 to deeply equal +0
- Expected
+ Received
- 0
+ 1
❯ bin/cli.spec.ts:605:69
|
bin/cli.spec.ts > stdin stream as input argument (like piped stream):
bin/cli.spec.ts#L720
AssertionError: process should send success status (0): expected 1 to deeply equal +0
- Expected
+ Received
- 0
+ 1
❯ bin/cli.spec.ts:720:67
|
Unit tests & coverage
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests & coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|