Skip to content

Commit 655d913

Browse files
committed
test: use single file tests as jest entries
1 parent d04e7bd commit 655d913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prepare": "is-ci || husky",
4343
"test:diff": "pnpm --filter \"@rspack/*\" test:diff",
4444
"test:hot": "pnpm --filter \"@rspack/*\" test:hot",
45-
"test:unit": "pnpm --parallel --filter \"@rspack/*\" test",
45+
"test:unit": "pnpm --sequential --filter \"@rspack/*\" test",
4646
"test:e2e": "pnpm --filter \"e2e-test\" test",
4747
"test:ci": "cross-env NODE_OPTIONS=--max_old_space_size=8192 pnpm run build:js && pnpm run test:unit && pnpm test:webpack",
4848
"test:webpack": "pnpm --filter \"webpack-test\" test:metric",
@@ -104,4 +104,4 @@
104104
"esbuild"
105105
]
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)