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 b9ee3c5 commit 551e1b7Copy full SHA for 551e1b7
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
- "<rootDir>/compilerCases/*.js",
16
- "<rootDir>/errorCases/*.js",
17
- "<rootDir>/statsAPICases/*.js",
18
- "<rootDir>/defaultsCases/*/*.js",
+ "compilerCases/*.js",
+ "errorCases/*.js",
+ "statsAPICases/*.js",
+ "defaultsCases/*/*.js",
19
20
// Skip temporarily and should investigate in the future
21
"Defaults.test.js",
0 commit comments