diff --git a/jest.setup.cjs b/jest.setup.cjs index 3f54e0a..2f5c44d 100644 --- a/jest.setup.cjs +++ b/jest.setup.cjs @@ -1,4 +1,4 @@ -import '@testing-library/jest-dom'; +require('@testing-library/jest-dom'); const { getComputedStyle } = window; window.getComputedStyle = (elt) => getComputedStyle(elt);