Skip to content

Commit a32237c

Browse files
committed
Used require instead of import
1 parent c89e773 commit a32237c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import '@testing-library/jest-dom';
22

3-
import * as NextJsConfig from './next.config';
3+
const NextJsConfig = require('./next.config');
44

55
process.env = {
66
...process.env,

0 commit comments

Comments
 (0)