Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
207 B · 9 lines
TypeScript
12345678910import { defineConfig } from "vitest/config";
export default defineConfig({ test: { globals: true, environment: "node", include: ["src/**/*.test.{ts,tsx}", "src/**/*.spec.{ts,tsx}"], },});