feat(api): setup vitest #5
Annotations
4 errors
test/auth.test.ts > Auth tests:
apps/api/test/auth.test.ts#L55
AssertionError: expected { …(4) } to be null
❯ test/auth.test.ts:55:19
|
test/auth.test.ts > Auth tests > POST /auth/signup:
apps/api/test/auth.test.ts#L21
AssertionError: expected 500 to be 201 // Object.is equality
- Expected
+ Received
- 201
+ 500
❯ test/auth.test.ts:21:24
|
test/auth.test.ts > Auth tests > POST /auth/login:
apps/api/test/auth.test.ts#L37
AssertionError: expected 401 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 401
❯ test/auth.test.ts:37:24
|
api-test
Process completed with exit code 1.
|