⬆️(frontend) migrate to testing-library/jest-dom 6.0.0

The new version of `testing-library/jest-dom` now offers several modules
 to extend vitest interface. We have to update the import path to extend
 vitest dom interface.
This commit is contained in:
jbpenrath
2023-08-21 12:17:13 +02:00
committed by Jean-Baptiste PENRATH
parent 25b8f696ed
commit 151382dec2

View File

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