Skip to content

Commit a41fe06

Browse files
committed
Revert "Reapply "fix: Add examples directory to Jest roots when running example tests""
This reverts commit f35f3ec.
1 parent f35f3ec commit a41fe06

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jest.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ const customJestConfig = {
1616
'<rootDir>/../packages/next-codemod/',
1717
'<rootDir>/../packages/eslint-plugin-internal/',
1818
'<rootDir>/../packages/font/src/',
19-
// Include examples directory when running example tests
20-
...(process.env.NEXT_TEST_MODE === 'start'
21-
? ['<rootDir>/../examples/']
22-
: []),
2319
],
2420
modulePathIgnorePatterns: ['/\\.next/'],
2521
modulePaths: ['<rootDir>/lib'],

0 commit comments

Comments
 (0)