refactor: migrate from firebase ecosystem to postgresql #113
Annotations
7 errors
Run Tests:
tests/integration/auth.test.ts#L33
Error: expected 201 "Created", got 500 "Internal Server Error"
❯ tests/integration/auth.test.ts:33:8
❯ Test._assertStatus node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:252:14
❯ node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:308:13
❯ Test._assertFunction node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:285:13
❯ Test.assert node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:164:23
❯ Server.localAssert node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:120:14
|
Run Tests:
tests/integration/auth.test.ts#L43
Error: expected 200 "OK", got 400 "Bad Request"
❯ tests/integration/auth.test.ts:43:8
❯ Test._assertStatus node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:252:14
❯ node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:308:13
❯ Test._assertFunction node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:285:13
❯ Test.assert node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:164:23
❯ Server.localAssert node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:120:14
|
Run Tests:
tests/integration/auth.test.ts#L58
Error: expected 201 "Created", got 500 "Internal Server Error"
❯ tests/integration/auth.test.ts:58:8
❯ Test._assertStatus node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:252:14
❯ node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:308:13
❯ Test._assertFunction node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:285:13
❯ Test.assert node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:164:23
❯ Server.localAssert node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:120:14
|
Run Tests:
tests/integration/auth.test.ts#L68
Error: expected 200 "OK", got 400 "Bad Request"
❯ tests/integration/auth.test.ts:68:8
❯ Test._assertStatus node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:252:14
❯ node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:308:13
❯ Test._assertFunction node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:285:13
❯ Test.assert node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:164:23
❯ Server.localAssert node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:120:14
|
Run Tests:
tests/integration/auth.test.ts#L84
Error: expected 400 "Bad Request", got 500 "Internal Server Error"
❯ tests/integration/auth.test.ts:84:8
❯ Test._assertStatus node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:252:14
❯ node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:308:13
❯ Test._assertFunction node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:285:13
❯ Test.assert node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:164:23
❯ Server.localAssert node_modules/.pnpm/[email protected]/node_modules/supertest/lib/test.js:120:14
|
Run Tests:
tests/integration/auth.test.ts#L102
AssertionError: expected 'Cannot read properties of undefined (…' to deeply equal 'Invalid email or password'
Expected: "Invalid email or password"
Received: "Cannot read properties of undefined (reading 'query')"
❯ tests/integration/auth.test.ts:102:39
❯ tests/integration/auth.test.ts:93:5
|
Run Tests
Process completed with exit code 1.
|
Loading