Skip to content

Commit a5686eb

Browse files
committed
Ignore integration tests while running node unit tests.
1 parent a2f7ea8 commit a5686eb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/remix/jest.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
module.exports = require('../../jest/jest.config.js');
1+
const baseConfig = require('../../jest/jest.config.js');
2+
3+
module.exports = {
4+
...baseConfig,
5+
testPathIgnorePatterns: ['<rootDir>/build/', '<rootDir>/node_modules/', '<rootDir>/test/integration/'],
6+
};

0 commit comments

Comments
 (0)