mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 09:29:38 +02:00
7 lines
114 B
TypeScript
7 lines
114 B
TypeScript
|
|
import { defineConfig } from "vitest/config";
|
||
|
|
export default defineConfig({
|
||
|
|
test: {
|
||
|
|
globals: true,
|
||
|
|
},
|
||
|
|
});
|