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 b81fd2c commit c89e773Copy full SHA for c89e773
jest.setup.ts
@@ -1,9 +1,9 @@
1
import '@testing-library/jest-dom';
2
3
-import { images } from './next.config';
+import * as NextJsConfig from './next.config';
4
5
process.env = {
6
...process.env,
7
__NEXT_I18N_SUPPORT: 'true',
8
- __NEXT_IMAGE_OPTS: (images as unknown) as string,
+ __NEXT_IMAGE_OPTS: (NextJsConfig.images as unknown) as string,
9
};
0 commit comments