Merge pull request #349 from Akatenvictor/feat/query-invalidation-imp… #278
Annotations
5 errors and 3 warnings
|
Backend CI
Process completed with exit code 1.
|
|
src/routes/publishers.test.ts > Publisher Routes > POST /api/publishers/register > should register a publisher when authenticated:
backend/src/routes/publishers.test.ts#L51
TypeError: __vite_ssr_import_3__.default.query.mockResolvedValueOnce(...)(...).mockResolvedValueOnce is not a function
❯ src/routes/publishers.test.ts:51:18
|
|
src/routes/auctions.test.ts > Auction Routes > POST /api/auctions/:id/bid > should submit a bid when authenticated:
backend/src/routes/auctions.test.ts#L121
AssertionError: expected "vi.fn()" to be called 4 times, but got 0 times
❯ src/routes/auctions.test.ts:121:34
|
|
src/routes/accounts.test.ts > GET /api/account/:address > should return 500 if horizon service fails:
backend/src/routes/accounts.test.ts#L51
AssertionError: expected { Object (error) } to have property "error" with value 'Failed to fetch account details'
Expected: "Failed to fetch account details"
Received: "Horizon service unavailable"
❯ src/routes/accounts.test.ts:51:31
|
|
Contracts CI
Process completed with exit code 101.
|
|
Backend CI
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend CI
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Contracts CI
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|