Skip to content

Commit 97d4d36

Browse files
committed
Return jest config for unit tests back.
1 parent a6dfcf1 commit 97d4d36

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/remix/jest.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
// Some tests take longer to finish, as flushing spans with OpenTelemetry takes some more time
7+
testTimeout: 15000,
8+
};

0 commit comments

Comments
 (0)