[stable33] feat: show confetti setting #1029
Annotations
3 errors
|
test
Process completed with exit code 1.
|
|
Unhandled error:
node_modules/@nextcloud/vue/dist/chunks/_l10n-Dq_eYxz_.mjs#L16
Error: [vitest] No "getLanguage" export is defined on the "@nextcloud/l10n" 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("@nextcloud/l10n"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ register node_modules/@nextcloud/vue/dist/chunks/_l10n-Dq_eYxz_.mjs:16:24
❯ node_modules/@nextcloud/vue/src/utils/isSlotPopulated.ts:15:8
❯ node_modules/@nextcloud/vue/dist/components/NcActions/index.mjs:1:1
This error originated in "src/tests/views/SignatureElementsManagement.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
test-summary
Process completed with exit code 1.
|