We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89e773 commit a32237cCopy full SHA for a32237c
jest.setup.ts
@@ -1,6 +1,6 @@
1
import '@testing-library/jest-dom';
2
3
-import * as NextJsConfig from './next.config';
+const NextJsConfig = require('./next.config');
4
5
process.env = {
6
...process.env,
0 commit comments