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