test: Split the test suite into isolation groups for faster runs (#2613)

This commit is contained in:
Dermot Duffy
2026-07-25 21:47:13 -07:00
committed by GitHub
parent 8f953547b1
commit c4c6058a70
2 changed files with 53 additions and 3 deletions
+1 -1
View File
@@ -188,7 +188,7 @@
"format-check": "prettier --check .",
"rollup": "rollup -c",
"prune": "knip",
"test": "vitest run",
"test": "VITEST_GROUP=shared vitest run && VITEST_GROUP=isolated vitest run",
"coverage": "vitest run --coverage"
},
"volta": {