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 f35f3ec commit a41fe06Copy full SHA for a41fe06
jest.config.js
@@ -16,10 +16,6 @@ const customJestConfig = {
16
'<rootDir>/../packages/next-codemod/',
17
'<rootDir>/../packages/eslint-plugin-internal/',
18
'<rootDir>/../packages/font/src/',
19
- // Include examples directory when running example tests
20
- ...(process.env.NEXT_TEST_MODE === 'start'
21
- ? ['<rootDir>/../examples/']
22
- : []),
23
],
24
modulePathIgnorePatterns: ['/\\.next/'],
25
modulePaths: ['<rootDir>/lib'],
0 commit comments