통합 테스트를 실행 권위별로 분리한다

This commit is contained in:
2026-09-04 06:13:31 +00:00
parent 01fdb51b6e
commit 07897d9765
9 changed files with 193 additions and 20 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"test:integration": "vitest run --config vitest.config.ts",
"test:integration": "node run-test-lane.mjs core",
"test:integration:reference": "node run-test-lane.mjs reference",
"test:integration:lifecycle": "node run-test-lane.mjs lifecycle",
"typecheck": "pnpm -w tsc7 -b tools/integration-tests/tsconfig.json"
},
"dependencies": {