UNPKG

ui-thing

Version:

CLI used to add Nuxt components to a project

10 lines (8 loc) 141 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { coverage: { provider: "v8", }, }, });