Add payment adapter, voucher ledger, and governance hardening #29
Annotations
14 errors and 4 warnings
|
SDK
Some specified paths were not resolved, unable to cache dependencies.
|
|
Backend
Process completed with exit code 1.
|
|
Unhandled error:
client/__tests__/components/aria-live-announcer.test.tsx#L113
Error: done() callback is deprecated, use promise instead
❯ Timeout._onTimeout __tests__/components/aria-live-announcer.test.tsx:113:7
This error originated in "__tests__/components/aria-live-announcer.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
Unhandled error:
client/__tests__/components/aria-live-announcer.test.tsx#L101
Error: done() callback is deprecated, use promise instead
❯ Timeout._onTimeout __tests__/components/aria-live-announcer.test.tsx:101:7
This error originated in "__tests__/components/aria-live-announcer.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
Unhandled error:
client/__tests__/components/aria-live-announcer.test.tsx#L89
Error: done() callback is deprecated, use promise instead
❯ Timeout._onTimeout __tests__/components/aria-live-announcer.test.tsx:89:7
This error originated in "__tests__/components/aria-live-announcer.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
Unhandled error:
client/__tests__/components/aria-live-announcer.test.tsx#L77
Error: done() callback is deprecated, use promise instead
❯ Timeout._onTimeout __tests__/components/aria-live-announcer.test.tsx:77:7
This error originated in "__tests__/components/aria-live-announcer.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
Unhandled error:
client/hooks/use-bulk-actions.test.ts#L181
TypeError: Cannot destructure property 'onConfirm' of 'object null' as it is null.
❯ hooks/use-bulk-actions.test.ts:181:52
❯ onConfirm hooks/use-bulk-actions.ts:200:9
❯ hooks/use-bulk-actions.test.ts:182:9
❯ Object.handleBulkCancel hooks/use-bulk-actions.ts:193:5
❯ hooks/use-bulk-actions.test.ts:186:24
❯ ../node_modules/@testing-library/react/dist/act-compat.js:47:24
❯ process.env.NODE_ENV.exports.act ../node_modules/react/cjs/react.development.js:814:22
❯ Proxy.<anonymous> ../node_modules/@testing-library/react/dist/act-compat.js:46:25
This error originated in "hooks/use-bulk-actions.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "handles subscriptions with null renewsIn in cancellation". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Unhandled error:
client/hooks/use-bulk-actions.test.ts#L148
TypeError: Cannot destructure property 'onConfirm' of 'object null' as it is null.
❯ hooks/use-bulk-actions.test.ts:148:52
❯ onConfirm hooks/use-bulk-actions.ts:200:9
❯ hooks/use-bulk-actions.test.ts:149:9
❯ Object.handleBulkCancel hooks/use-bulk-actions.ts:193:5
❯ hooks/use-bulk-actions.test.ts:153:24
❯ ../node_modules/@testing-library/react/dist/act-compat.js:47:24
❯ process.env.NODE_ENV.exports.act ../node_modules/react/cjs/react.development.js:814:22
❯ Proxy.<anonymous> ../node_modules/@testing-library/react/dist/act-compat.js:46:25
This error originated in "hooks/use-bulk-actions.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "cancels subscriptions and calculates activeUntil correctly". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Unhandled error:
client/components/onboarding-tour-enhanced.tsx#L183
Error: [vitest] No "EVENTS" export is defined on the "react-joyride-react-19" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("react-joyride-react-19"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ components/onboarding-tour-enhanced.tsx:183:18
❯ onClick components/__tests__/onboarding-tour-enhanced.test.tsx:29:28
❯ executeDispatch ../node_modules/react-dom/cjs/react-dom-client.development.js:19116:9
❯ runWithFiberInDEV ../node_modules/react-dom/cjs/react-dom-client.development.js:874:13
❯ processDispatchQueue ../node_modules/react-dom/cjs/react-dom-client.development.js:19166:19
❯ ../node_modules/react-dom/cjs/react-dom-client.development.js:19767:9
❯ batchedUpdates$1 ../node_modules/react-dom/cjs/react-dom-client.development.js:3255:40
❯ dispatchEventForPluginEventSystem ../node_modules/react-dom/cjs/react-dom-client.development.js:19320:7
This error originated in "components/__tests__/onboarding-tour-enhanced.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should clear persisted progress on completion". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Unhandled error:
client/components/onboarding-tour-enhanced.tsx#L183
Error: [vitest] No "EVENTS" export is defined on the "react-joyride-react-19" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("react-joyride-react-19"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ components/onboarding-tour-enhanced.tsx:183:18
❯ onClick components/__tests__/onboarding-tour-enhanced.test.tsx:17:28
❯ executeDispatch ../node_modules/react-dom/cjs/react-dom-client.development.js:19116:9
❯ runWithFiberInDEV ../node_modules/react-dom/cjs/react-dom-client.development.js:874:13
❯ processDispatchQueue ../node_modules/react-dom/cjs/react-dom-client.development.js:19166:19
❯ ../node_modules/react-dom/cjs/react-dom-client.development.js:19767:9
❯ batchedUpdates$1 ../node_modules/react-dom/cjs/react-dom-client.development.js:3255:40
❯ dispatchEventForPluginEventSystem ../node_modules/react-dom/cjs/react-dom-client.development.js:19320:7
This error originated in "components/__tests__/onboarding-tour-enhanced.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should persist progress across reloads". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Unhandled error:
client/components/onboarding-tour-enhanced.tsx#L183
Error: [vitest] No "EVENTS" export is defined on the "react-joyride-react-19" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("react-joyride-react-19"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ components/onboarding-tour-enhanced.tsx:183:18
❯ onClick components/__tests__/onboarding-tour-enhanced.test.tsx:23:28
❯ executeDispatch ../node_modules/react-dom/cjs/react-dom-client.development.js:19116:9
❯ runWithFiberInDEV ../node_modules/react-dom/cjs/react-dom-client.development.js:874:13
❯ processDispatchQueue ../node_modules/react-dom/cjs/react-dom-client.development.js:19166:19
❯ ../node_modules/react-dom/cjs/react-dom-client.development.js:19767:9
❯ batchedUpdates$1 ../node_modules/react-dom/cjs/react-dom-client.development.js:3255:40
❯ dispatchEventForPluginEventSystem ../node_modules/react-dom/cjs/react-dom-client.development.js:19320:7
This error originated in "components/__tests__/onboarding-tour-enhanced.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should handle tour skip". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Unhandled error:
client/components/onboarding-tour-enhanced.tsx#L183
Error: [vitest] No "EVENTS" export is defined on the "react-joyride-react-19" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("react-joyride-react-19"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ components/onboarding-tour-enhanced.tsx:183:18
❯ onClick components/__tests__/onboarding-tour-enhanced.test.tsx:29:28
❯ executeDispatch ../node_modules/react-dom/cjs/react-dom-client.development.js:19116:9
❯ runWithFiberInDEV ../node_modules/react-dom/cjs/react-dom-client.development.js:874:13
❯ processDispatchQueue ../node_modules/react-dom/cjs/react-dom-client.development.js:19166:19
❯ ../node_modules/react-dom/cjs/react-dom-client.development.js:19767:9
❯ batchedUpdates$1 ../node_modules/react-dom/cjs/react-dom-client.development.js:3255:40
❯ dispatchEventForPluginEventSystem ../node_modules/react-dom/cjs/react-dom-client.development.js:19320:7
This error originated in "components/__tests__/onboarding-tour-enhanced.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should handle tour completion". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Contracts
Process completed with exit code 101.
|
|
Coverage Report
Unhandled error: HttpError: Resource not accessible by integration
|
|
SDK
No files were found with the provided path: sdk/coverage/coverage-summary.json. No artifacts will be uploaded.
|
|
Client
No files were found with the provided path: client/coverage/coverage-summary.json. No artifacts will be uploaded.
|
|
Contracts
No files were found with the provided path: contracts/coverage/lines.txt. No artifacts will be uploaded.
|
|
Coverage Report
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/github-script@v7. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage-backend
|
6.55 KB |
sha256:332b100c6e74d7e20b121047e976e22c31f696fcc24e8a8872f67acf7a983556
|
|