Skip to content

Commit 551e1b7

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/rspack-test/jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ const wasmConfig = process.env.WASM && {
1212
setupFilesAfterEnv: [...setupFilesAfterEnv, "@rspack/test-tools/setup-wasm"],
1313
testPathIgnorePatterns: [
1414
// Skip because they reply on snapshots
15-
"<rootDir>/compilerCases/*.js",
16-
"<rootDir>/errorCases/*.js",
17-
"<rootDir>/statsAPICases/*.js",
18-
"<rootDir>/defaultsCases/*/*.js",
15+
"compilerCases/*.js",
16+
"errorCases/*.js",
17+
"statsAPICases/*.js",
18+
"defaultsCases/*/*.js",
1919

2020
// Skip temporarily and should investigate in the future
2121
"Defaults.test.js",

0 commit comments

Comments
 (0)