Files
worker-dashboard/packages/cli/vitest.config.ts
T
xiaoju 390172605c
CI / check (push) Failing after 38s
chore: normalize to bun monorepo conventions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-28 08:49:03 +00:00

8 lines
141 B
TypeScript

import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
include: ["src/__tests__/**/*.test.ts"],
},
});