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-01-07 17:25:11 +05:30

10 lines
170 B
TypeScript

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