feat: add tests package (#7907)

* feat: add tests package

* fix

* fix

* debug

* debug

* debug

* fix

* debug

* fix: no concurrent

* fix

* test: add vite-app tests

* test: add tests
This commit is contained in:
shadcn
2025-07-29 16:31:10 +04:00
committed by GitHub
parent e6778dee87
commit 873f7f2773
42 changed files with 1618 additions and 772 deletions

View File

@@ -46,7 +46,8 @@
"release": "changeset version",
"pub:beta": "cd packages/shadcn && pnpm pub:beta",
"pub:release": "cd packages/shadcn && pnpm pub:release",
"test": "turbo run test --filter=!shadcn-ui --force"
"test": "turbo run test --filter=!shadcn-ui --force",
"tests:test": "pnpm --filter=tests test"
},
"packageManager": "pnpm@9.0.6",
"dependencies": {