mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
9 lines
140 B
TypeScript
9 lines
140 B
TypeScript
|
|
import { defineConfig } from "vitest/config";
|
||
|
|
|
||
|
|
export default defineConfig({
|
||
|
|
test: {
|
||
|
|
environment: "node",
|
||
|
|
globals: true,
|
||
|
|
},
|
||
|
|
});
|