Missing import

This commit is contained in:
Dean 2023-11-07 15:14:33 +00:00
parent e8202755f6
commit 856fe14ae9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { it, expect, describe } from "vitest"
import { it, expect, describe, vi } from "vitest"
import { render, screen } from "@testing-library/svelte"
import "@testing-library/jest-dom"