test: add registry consumer smoke coverage

This commit is contained in:
2026-03-20 10:54:12 +08:00
parent e8aea4b88a
commit 5c9eb84c63
7 changed files with 271 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@
"test": "pnpm --filter @ai-ui/ui test",
"test:e2e": "playwright test",
"test:e2e:smoke": "playwright test tests/e2e/storybook-smoke.spec.ts",
"test:registry:consumer": "node ./tests/registry/consumer-smoke.mjs",
"test:watch": "pnpm --filter @ai-ui/ui test:watch",
"typecheck": "pnpm -r typecheck"
},