mirror of
https://github.com/mantinedev/next-app-template.git
synced 2025-11-09 20:12:02 +10:00
Fix incorrect import in jest setup
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
import '@testing-library/jest-dom';
|
require('@testing-library/jest-dom');
|
||||||
|
|
||||||
const { getComputedStyle } = window;
|
const { getComputedStyle } = window;
|
||||||
window.getComputedStyle = (elt) => getComputedStyle(elt);
|
window.getComputedStyle = (elt) => getComputedStyle(elt);
|
||||||
|
|||||||
Reference in New Issue
Block a user