This repository has been archived on 2026-07-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
aniwatch-api/vitest.config.ts
T
2024-12-17 12:49:30 +05:30

10 lines
171 B
TypeScript

import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
name: "aniwatch-api",
environment: "node",
testTimeout: 15000,
},
});