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 0a7efe7 commit b87f361Copy full SHA for b87f361
tests/rspack-test/jest.config.js
@@ -12,10 +12,10 @@ const wasmConfig = process.env.WASM && {
12
setupFilesAfterEnv: [...setupFilesAfterEnv, "@rspack/test-tools/setup-wasm"],
13
testPathIgnorePatterns: [
14
// Skip because they reply on snapshots
15
- "Diagnostics.test.js",
16
- "Error.test.js",
17
- "StatsAPI.test.js",
18
- "StatsOutput.test.js",
+ "<rootDir>/compilerCases/*.js",
+ "<rootDir>/errorCases/*.js",
+ "<rootDir>/statsAPICases/*.js",
+ "<rootDir>/defaultsCases/*/*.js",
19
20
// Skip temporarily and should investigate in the future
21
"Defaults.test.js",
0 commit comments