delete type Result and try catch #1644
ci.yml
on: pull_request
Build
24s
Code style check via Biome
19s
Type Check
28s
Spell Check
19s
Deploy Test (web)
52s
Deploy Test (server)
17s
Annotations
4 errors
|
error: expect(received).toBe(expected):
test/server.spec.ts#L35
Expected: 404
Received: 500
at <anonymous> (/home/runner/work/CourseMate/CourseMate/test/server.spec.ts:35:22)
|
|
error: expect(received).toBe(expected):
test/server.spec.ts#L40
Expected: 401
Received: 500
at <anonymous> (/home/runner/work/CourseMate/CourseMate/test/server.spec.ts:40:22)
|
|
error: expect(received).toBe(expected):
test/server.spec.ts#L50
Expected: 401
Received: 500
at <anonymous> (/home/runner/work/CourseMate/CourseMate/test/server.spec.ts:50:22)
|
|
Bun Test
Process completed with exit code 2.
|