Request site records late #61
Annotations
3 errors and 2 warnings
apps/extension/src/approve-origin.test.ts#L41
Error: [vitest] No "localExtStorage" export is defined on the "./storage/local" 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("./storage/local", async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ src/approve-origin.test.ts:41:7
|
|
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: buildjet/cache@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading