Skip to content

Commit b9ee3c5

Browse files
committed
test: use single file tests as jest entries
1 parent 1f618e6 commit b9ee3c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/rspack-test/jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ const config = {
4646
],
4747
testTimeout: process.env.CI ? 60000 : 30000,
4848
prettierPath: require.resolve("prettier-2"),
49+
testPathIgnorePatterns: [
50+
"NativeWatcher.test.js",
51+
"NativeWatcher-webpack.test.js"
52+
],
4953
testMatch: [
5054
"<rootDir>/compilerCases/*.js",
5155
"<rootDir>/errorCases/*.js",

0 commit comments

Comments
 (0)