Skip to content

Commit 150602a

Browse files
committed
fix: added missing import
1 parent 18409fb commit 150602a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Odontogram.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import "@testing-library/jest-dom/vitest";
12
import { fireEvent, render, screen } from "@testing-library/react";
23
import { describe, expect, it, vi } from "vitest";
34
import Odontogram, {

0 commit comments

Comments
 (0)