Skip to content

Commit cdd74a5

Browse files
committed
chore: fix failing test type
1 parent 3f9f374 commit cdd74a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/lib/__test__/svelte.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import type { QueryParams } from "$lib";
21
import { cleanup, render, screen } from "@testing-library/svelte";
32
import userEvent from "@testing-library/user-event";
43
import { afterEach, beforeEach, describe, expect, test } from "vitest";
54
import { z } from "zod";
65
import { createUseQueryParams } from "../create-params.svelte.ts";
6+
import type { QueryParams } from "../types";
77
import Button from "./fixtures/Button.svelte";
88
import FullUpdate from "./fixtures/FullUpdate.svelte";
99
import Input from "./fixtures/Input.svelte";

0 commit comments

Comments
 (0)