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 0c7483e commit fd6a19cCopy full SHA for fd6a19c
packages/nextjs/jest.config.js
@@ -4,5 +4,5 @@ module.exports = {
4
...baseConfig,
5
// This prevents the build tests from running when unit tests run. (If they do, they fail, because the build being
6
// tested hasn't necessarily run yet.)
7
- testPathIgnorePatterns: ['<rootDir>/test/buildProcess/'],
+ testPathIgnorePatterns: ['<rootDir>/test/buildProcess/', '<rootDir>/test/integration/'],
8
};
0 commit comments