Skip to content

Commit 89aa9ad

Browse files
committed
test: use single file tests as jest entries
1 parent 447dbd9 commit 89aa9ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/rspack-test/jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ const config = {
7272
: undefined,
7373
printLogger: process.argv.includes("--verbose")
7474
},
75+
verbose: true,
76+
maxWorkers: 3,
7577
...(wasmConfig || {}),
76-
verbose: true
7778
};
7879

7980
module.exports = config;

0 commit comments

Comments
 (0)