mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
feat(agent-sdk): add vitest config
This commit is contained in:
parent
8ffd32036f
commit
6fa5f15782
1 changed files with 9 additions and 0 deletions
9
sdks/typescript-agent-sdk/vitest.config.ts
Normal file
9
sdks/typescript-agent-sdk/vitest.config.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: "node",
|
||||
include: ["tests/**/*.test.ts"],
|
||||
testTimeout: 15_000,
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Reference in a new issue