(react) add jest-dom dependency

We want to be able to use convenience methods like "toBeInTheDocument".
This commit is contained in:
Nathan Vasse
2023-04-14 16:37:30 +02:00
committed by NathanVss
parent 74abf9b8a7
commit 559c1e2cb7
3 changed files with 185 additions and 16 deletions

View File

@@ -1,3 +1,4 @@
import "@testing-library/jest-dom";
import createFetchMock from "vitest-fetch-mock";
import { vi } from "vitest";