mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-08 18:39:31 +08:00
* feat: add tests package * fix * fix * debug * debug * debug * fix * debug * fix: no concurrent * fix * test: add vite-app tests * test: add tests
7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
import { defineWorkspace } from "vitest/config"
|
|
|
|
export default defineWorkspace([
|
|
"./vitest.config.ts",
|
|
"./packages/tests/vitest.config.ts",
|
|
])
|