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 1f618e6 commit b9ee3c5Copy full SHA for b9ee3c5
tests/rspack-test/jest.config.js
@@ -46,6 +46,10 @@ const config = {
46
],
47
testTimeout: process.env.CI ? 60000 : 30000,
48
prettierPath: require.resolve("prettier-2"),
49
+ testPathIgnorePatterns: [
50
+ "NativeWatcher.test.js",
51
+ "NativeWatcher-webpack.test.js"
52
+ ],
53
testMatch: [
54
"<rootDir>/compilerCases/*.js",
55
"<rootDir>/errorCases/*.js",
0 commit comments