390172605c
CI / check (push) Failing after 38s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
include: ["src/__tests__/**/*.test.ts"],
|
|
},
|
|
});
|