test: add MongoDB integration tests with Vitest and CI support #206
Annotations
10 errors
|
src/db/mongo/helper.ts#L29
Error: MongoDB connection string is not provided
❯ connect src/db/mongo/helper.ts:29:13
❯ writeAudit src/db/mongo/pushes.ts:58:28
❯ test/db/mongo/pushes.integration.test.ts:112:13
|
|
src/db/mongo/helper.ts#L29
Error: MongoDB connection string is not provided
❯ connect src/db/mongo/helper.ts:29:13
❯ writeAudit src/db/mongo/pushes.ts:58:28
❯ test/db/mongo/pushes.integration.test.ts:112:13
|
|
src/db/mongo/helper.ts#L29
Error: MongoDB connection string is not provided
❯ connect src/db/mongo/helper.ts:29:13
❯ writeAudit src/db/mongo/pushes.ts:58:28
❯ test/db/mongo/pushes.integration.test.ts:112:13
|
|
src/db/mongo/helper.ts#L29
Error: MongoDB connection string is not provided
❯ connect src/db/mongo/helper.ts:29:13
❯ writeAudit src/db/mongo/pushes.ts:58:28
❯ test/db/mongo/pushes.integration.test.ts:101:13
|
|
src/db/mongo/helper.ts#L29
Error: MongoDB connection string is not provided
❯ connect src/db/mongo/helper.ts:29:13
❯ findOneDocument src/db/mongo/helper.ts:59:28
❯ getPush src/db/mongo/pushes.ts:46:21
❯ test/db/mongo/pushes.integration.test.ts:94:28
|
|
src/db/mongo/helper.ts#L29
Error: MongoDB connection string is not provided
❯ connect src/db/mongo/helper.ts:29:13
❯ writeAudit src/db/mongo/pushes.ts:58:28
❯ test/db/mongo/pushes.integration.test.ts:84:13
|
|
src/db/mongo/helper.ts#L29
Error: MongoDB connection string is not provided
❯ connect src/db/mongo/helper.ts:29:13
❯ writeAudit src/db/mongo/pushes.ts:58:28
❯ test/db/mongo/pushes.integration.test.ts:73:13
|
|
test/db/mongo/pushes.integration.test.ts#L66
AssertionError: expected [Function] to throw error including 'Invalid id' but got 'MongoDB connection string is not prov…'
Expected: "Invalid id"
Received: "MongoDB connection string is not provided"
❯ test/db/mongo/pushes.integration.test.ts:66:7
|
|
src/db/mongo/helper.ts#L29
Error: MongoDB connection string is not provided
❯ connect src/db/mongo/helper.ts:29:13
❯ writeAudit src/db/mongo/pushes.ts:58:28
❯ test/db/mongo/pushes.integration.test.ts:51:13
|
|
src/db/mongo/helper.ts#L29
Error: MongoDB connection string is not provided
❯ connect src/db/mongo/helper.ts:29:13
❯ writeAudit src/db/mongo/pushes.ts:58:28
❯ test/db/mongo/pushes.integration.test.ts:42:13
|
The logs for this run have expired and are no longer available.
Loading