1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

Missing import

This commit is contained in:
Dean 2023-11-07 15:14:33 +00:00
parent e8202755f6
commit 856fe14ae9

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"