mirror of
https://github.com/khoaliber/paperclip.git
synced 2026-04-19 17:14:40 +00:00
9 lines
158 B
TypeScript
9 lines
158 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
include: ["tests/**/*.spec.ts"],
|
|
environment: "node",
|
|
},
|
|
});
|