aboutsummaryrefslogtreecommitdiff
path: root/vitest.config.ts
blob: eb949e4af38e4ef23236e38a4826769a1c8b993b (plain)
1
2
3
4
5
6
7
8
9
import { defineConfig } from "vitest/config";

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