feat: add removable sample vertical contract fixture

This commit is contained in:
donghyeon-ka
2026-07-25 21:07:48 +09:00
parent 04c4bad43c
commit c6b7a9b9bc
7 changed files with 295 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@
"test:integration": "vitest run tests/integration --reporter=default --reporter=junit --outputFile.junit=artifacts/tests/integration.xml",
"test:e2e": "playwright test",
"test:a11y": "playwright test --grep @a11y",
"test:sample-removal": "node scripts/test-sample-removal.mjs",
"test:all": "pnpm test:runtime-schema && pnpm test:unit && pnpm test:component && pnpm test:integration"
},
"dependencies": {