Skip to content

Commit

Permalink
chore: fix failing test type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernxst committed Dec 1, 2023
1 parent 3f9f374 commit cdd74a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/__test__/svelte.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { QueryParams } from "$lib";
import { cleanup, render, screen } from "@testing-library/svelte";
import userEvent from "@testing-library/user-event";
import { afterEach, beforeEach, describe, expect, test } from "vitest";
import { z } from "zod";
import { createUseQueryParams } from "../create-params.svelte.ts";
import type { QueryParams } from "../types";
import Button from "./fixtures/Button.svelte";
import FullUpdate from "./fixtures/FullUpdate.svelte";
import Input from "./fixtures/Input.svelte";
Expand Down

0 comments on commit cdd74a5

Please sign in to comment.