⬆️(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:
committed by
Jean-Baptiste PENRATH
parent
25b8f696ed
commit
151382dec2
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user