mirror of
https://github.com/langchain-ai/net-mocks.git
synced 2026-07-01 20:24:11 -04:00
9 lines
167 B
TypeScript
9 lines
167 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
setupFiles: ["./example/vitest.setup.ts"],
|
|
testTimeout: 30000,
|
|
},
|
|
});
|