test: add some basic e2e tests #1719
Annotations
3 errors and 3 warnings
test/e2e/commands.spec.ts > commands > throws error if no command is provided:
test/e2e/commands.spec.ts#L36
AssertionError: expected null to be 1 // Object.is equality
- Expected:
1
+ Received:
null
❯ test/e2e/commands.spec.ts:36:24
|
test/e2e/commands.spec.ts > commands > throws error if wrong command is provided:
test/e2e/commands.spec.ts#L44
AssertionError: expected null to be 1 // Object.is equality
- Expected:
1
+ Received:
null
❯ test/e2e/commands.spec.ts:44:24
|
ci (windows-latest)
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
|
ci (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|