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
2025-05-11 13:05:23 +05:30

10 lines
187 B
TypeScript

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