통합 테스트를 실행 권위별로 분리한다
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user