mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
8 lines
131 B
TypeScript
8 lines
131 B
TypeScript
|
|
import { defineConfig } from "vitest/config";
|
||
|
|
|
||
|
|
export default defineConfig({
|
||
|
|
test: {
|
||
|
|
include: ["src/**/*.test.ts"],
|
||
|
|
},
|
||
|
|
});
|