Skip to content

create-model

create-model #79

Triggered via push March 7, 2024 21:21
Status Failure
Total duration 49s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

30 errors
Unhandled error: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "not found". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "default". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "network error". 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: src/component/page/pet/create.tsx#L17
Error: [vitest] No "readPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/create.tsx:17:66 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetCreate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/create.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 "default". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "unprocessable entity". 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: src/component/page/pet/create.tsx#L17
Error: [vitest] No "readPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/create.tsx:17:66 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetCreate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/create.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 "network error". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "successful". 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: src/component/page/pet/create.tsx#L17
Error: [vitest] No "readPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/create.tsx:17:66 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetCreate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/create.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 "unprocessable entity". 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: src/component/page/pet/create.tsx#L17
Error: [vitest] No "readPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/create.tsx:17:66 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetCreate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/create.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 "successful". 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: src/component/page/pet/read.tsx#L19
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/read.tsx:19:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetRead ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/read.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 "not found". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "not found". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "default". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "network error". 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: src/component/page/pet/create.tsx#L17
Error: [vitest] No "readPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/create.tsx:17:66 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetCreate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/create.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 "default". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "unprocessable entity". 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: src/component/page/pet/create.tsx#L17
Error: [vitest] No "readPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/create.tsx:17:66 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetCreate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/create.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 "network error". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "successful". 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: src/component/page/pet/create.tsx#L17
Error: [vitest] No "readPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/create.tsx:17:66 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetCreate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/create.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 "unprocessable entity". 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: src/component/page/pet/create.tsx#L17
Error: [vitest] No "readPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/create.tsx:17:66 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetCreate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/create.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 "successful". 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: src/component/page/pet/read.tsx#L19
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/read.tsx:19:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetRead ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/read.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 "not found". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "not found". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "default". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "network error". 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: src/component/page/pet/create.tsx#L17
Error: [vitest] No "readPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/create.tsx:17:66 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetCreate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/create.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 "default". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "unprocessable entity". 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: src/component/page/pet/create.tsx#L17
Error: [vitest] No "readPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/create.tsx:17:66 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetCreate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/create.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 "network error". 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: src/component/page/pet/update.tsx#L21
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/update.tsx:21:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetUpdate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/update.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 "successful". 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: src/component/page/pet/create.tsx#L17
Error: [vitest] No "readPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/create.tsx:17:66 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetCreate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/create.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 "unprocessable entity". 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: src/component/page/pet/create.tsx#L17
Error: [vitest] No "readPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/create.tsx:17:66 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetCreate ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/create.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 "successful". 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: src/component/page/pet/read.tsx#L19
Error: [vitest] No "createPetClient" export is defined on the "../../../../src/client/pet" 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("../../../../src/client/pet", async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ $$component.location src/component/page/pet/read.tsx:19:5 ❯ ../../../../../@solid-refresh:25:42 ❯ Module.untrack node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:505:12 ❯ Object.HMRComp.createMemo.name [as fn] ../../../../../@solid-refresh:25:28 ❯ runComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:788:22 ❯ updateComputation node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:766:3 ❯ Module.createMemo node_modules/.pnpm/[email protected]/node_modules/solid-js/dist/dev.js:268:10 ❯ [solid-refresh]PetRead ../../../../../@solid-refresh:22:20 This error originated in "tests/component/page/pet/read.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 "not found". 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.