mirror of
https://github.com/veeso/termscp.git
synced 2026-07-06 08:02:14 +02:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: { include: ["src/**/*.test.ts", "scripts/**/*.test.ts"] },
|
|
});
|