chore(deps): update vitest monorepo to v3 (major) #1763
continuous-integration.yml
on: pull_request
Unit Tests
36s
Linting NodeJS
43s
Build & Typecheck
1m 38s
Upload coverage report to codecov
0s
Annotations
2 errors and 3 warnings
tests/router/CommandRouter.test.ts > CommandRouter > ChatInput > edge cases > GIVEN a duplicated subcommand with different methods THEN throws:
packages/http-framework/tests/router/CommandRouter.test.ts#L251
AssertionError: expected a thrown error to be TypeError: The command 'test' has a subco…
- Expected
+ Received
- TypeError {
+ Error {
"message": "The command 'test' has a subcommand named 'sub' that was already linked to 'runGroup'",
}
❯ tests/router/CommandRouter.test.ts:251:44
|
Unit Tests
Process completed with exit code 1.
|
Unit Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linting NodeJS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build & Typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|