chore(deps): update devdependency vitest to v2 #2426
Triggered via pull request
September 13, 2024 18:32
Status
Failure
Total duration
1m 27s
Artifacts
–
Annotations
8 errors
test/default.test.ts > Smoke test (default) > catches a server crash:
test/default.test.ts#L60
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ test/default.test.ts:60:21
|
test/default.test.ts > Smoke test (default) > catches a client crash:
test/default.test.ts#L71
AssertionError: expected [ { breadcrumbs: [], …(8) }, …(1) ] to have a length of 1 but got 2
- Expected
+ Received
- 1
+ 2
❯ test/default.test.ts:71:21
|
test/typescript.test.ts > Smoke test (typescript) > reads serverConfig from external file:
test/typescript.test.ts#L68
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ test/typescript.test.ts:68:21
|
test/typescript.test.ts > Smoke test (typescript) > catches a server crash in server middleware:
test/typescript.test.ts#L81
AssertionError: expected [ { breadcrumbs: [], …(8) }, …(1) ] to have a length of 1 but got 2
- Expected
+ Received
- 1
+ 2
❯ test/typescript.test.ts:81:21
|
Lint and test (20)
Process completed with exit code 1.
|
test/typescript.test.ts > Smoke test (typescript) > reads serverConfig from external file:
test/typescript.test.ts#L68
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ test/typescript.test.ts:68:21
|
test/typescript.test.ts > Smoke test (typescript) > catches a server crash in server middleware:
test/typescript.test.ts#L81
AssertionError: expected [ { breadcrumbs: [], …(8) }, …(1) ] to have a length of 1 but got 2
- Expected
+ Received
- 1
+ 2
❯ test/typescript.test.ts:81:21
|
Lint and test (18)
Process completed with exit code 1.
|