mirror of
https://github.com/paperclipai/paperclip
synced 2026-04-25 17:25:15 +02:00
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: "node",
|
|
},
|
|
});
|