|
2 | 2 | > backend@1.0.0 test D:\ak\project\FairShare\apps\backend |
3 | 3 | > jest --runInBand --passWithNoTests |
4 | 4 |
|
5 | | -PASS src/settlements/settlements.integration.spec.ts (30.803 s) |
6 | | -(node:22644) NOTE: The AWS SDK for JavaScript (v2) has reached end-of-support. |
7 | | -It will no longer receive updates or releases. |
8 | | - |
9 | | -Please migrate your code to use AWS SDK for JavaScript (v3). |
10 | | -For more information, check the blog post at https://a.co/cUPnyil |
11 | | -(Use `node --trace-warnings ...` to show where the warning was created) |
12 | | -PASS src/receipts/receipts.service.spec.ts |
| 5 | +PASS src/receipts/receipts.integration.spec.ts (27.096 s) |
| 6 | +PASS src/payments/payments.service.spec.ts |
| 7 | +[32m[Nest] 27236 - [39m03/25/2026, 11:37:32 PM [32m LOG[39m [38;5;3m[PaymentsService] [39m[32mPayment succeeded and settlement recorded paymentId=payment-1[39m |
| 8 | +[32m[Nest] 27236 - [39m03/25/2026, 11:37:32 PM [32m LOG[39m [38;5;3m[PaymentsService] [39m[32mPayment succeeded and settlement recorded paymentId=payment-1[39m |
| 9 | +[32m[Nest] 27236 - [39m03/25/2026, 11:37:32 PM [32m LOG[39m [38;5;3m[PaymentsService] [39m[32mPayment succeeded and settlement recorded paymentId=payment-1[39m |
13 | 10 | PASS src/expenses/expenses.integration.spec.ts |
| 11 | +PASS src/groups/groups.service.spec.ts |
14 | 12 | PASS src/expenses/expenses.service.spec.ts |
15 | 13 | PASS src/settlements/settlements.service.spec.ts |
16 | | -PASS src/groups/groups.service.spec.ts |
| 14 | +PASS src/settlements/settlements.integration.spec.ts |
| 15 | +[31m[Nest] 27236 - [39m03/25/2026, 11:37:42 PM [31m ERROR[39m [38;5;3m[NotificationsService] [39m[31mExpo push send failed[39m |
| 16 | +Error: transient failure |
| 17 | + at Object.<anonymous> (D:\ak\project\FairShare\apps\backend\src\notifications\notifications.service.spec.ts:98:30) |
| 18 | + at Promise.then.completed (D:\ak\project\FairShare\node_modules\.pnpm\jest-circus@29.7.0\node_modules\jest-circus\build\utils.js:298:28) |
| 19 | + at new Promise (<anonymous>) |
| 20 | + at callAsyncCircusFn (D:\ak\project\FairShare\node_modules\.pnpm\jest-circus@29.7.0\node_modules\jest-circus\build\utils.js:231:10) |
| 21 | + at _callCircusTest (D:\ak\project\FairShare\node_modules\.pnpm\jest-circus@29.7.0\node_modules\jest-circus\build\run.js:316:40) |
| 22 | + at runNextTicks (node:internal/process/task_queues:64:5) |
| 23 | + at processImmediate (node:internal/timers:472:9) |
| 24 | + at async _runTest (D:\ak\project\FairShare\node_modules\.pnpm\jest-circus@29.7.0\node_modules\jest-circus\build\run.js:252:3) |
| 25 | + at async _runTestsForDescribeBlock (D:\ak\project\FairShare\node_modules\.pnpm\jest-circus@29.7.0\node_modules\jest-circus\build\run.js:126:9) |
| 26 | + at async _runTestsForDescribeBlock (D:\ak\project\FairShare\node_modules\.pnpm\jest-circus@29.7.0\node_modules\jest-circus\build\run.js:121:9) |
| 27 | + at async run (D:\ak\project\FairShare\node_modules\.pnpm\jest-circus@29.7.0\node_modules\jest-circus\build\run.js:71:3) |
| 28 | + at async runAndTransformResultsToJestFormat (D:\ak\project\FairShare\node_modules\.pnpm\jest-circus@29.7.0\node_modules\jest-circus\build\legacy-code-todo-rewrite\jestAdapterInit.js:122:21) |
| 29 | + at async jestAdapter (D:\ak\project\FairShare\node_modules\.pnpm\jest-circus@29.7.0\node_modules\jest-circus\build\legacy-code-todo-rewrite\jestAdapter.js:79:19) |
| 30 | + at async runTestInternal (D:\ak\project\FairShare\node_modules\.pnpm\jest-runner@29.7.0\node_modules\jest-runner\build\runTest.js:367:16) |
| 31 | + at async runTest (D:\ak\project\FairShare\node_modules\.pnpm\jest-runner@29.7.0\node_modules\jest-runner\build\runTest.js:444:34) |
17 | 32 | PASS src/notifications/notifications.service.spec.ts |
| 33 | +[32m[Nest] 27236 - [39m03/25/2026, 11:37:42 PM [32m LOG[39m [38;5;3m[NotificationsService] [39m[32m{"event":"notification_event_queued","channel":"fairshare:notifications","payload":{"userIds":["user-1"],"payload":{"type":"expense_created","title":"Expense added","body":"Dinner was added"},"queuedAt":"2026-03-25T18:07:42.461Z"}}[39m |
| 34 | +[33m[Nest] 27236 - [39m03/25/2026, 11:37:42 PM [33m WARN[39m [38;5;3m[NotificationsService] [39m[33m{"event":"notification_invalid_tokens_removed","count":1}[39m |
| 35 | +[32m[Nest] 27236 - [39m03/25/2026, 11:37:42 PM [32m LOG[39m [38;5;3m[NotificationsService] [39m[32m{"event":"notification_push_sent","ticketCount":2}[39m |
| 36 | +[32m[Nest] 27236 - [39m03/25/2026, 11:37:42 PM [32m LOG[39m [38;5;3m[NotificationsService] [39m[32m{"event":"notification_push_sent","ticketCount":1}[39m |
18 | 37 | PASS src/balances/balances.service.spec.ts |
19 | 38 | PASS src/users/users.service.spec.ts |
20 | 39 | PASS src/simplify/simplify.service.spec.ts |
| 40 | +PASS src/receipts/receipts.service.spec.ts |
21 | 41 | PASS src/activity/activity.service.spec.ts |
22 | 42 | PASS src/expenses/expense-calculator.spec.ts |
23 | 43 |
|
24 | | -Test Suites: 12 passed, 12 total |
25 | | -Tests: 16 passed, 16 total |
| 44 | +Test Suites: 14 passed, 14 total |
| 45 | +Tests: 30 passed, 30 total |
26 | 46 | Snapshots: 0 total |
27 | | -Time: 38.565 s |
| 47 | +Time: 45.038 s |
28 | 48 | Ran all test suites. |
0 commit comments