UNPKG

fpl-fetch

Version:

Wrapper for the Fantasy Premier League API

11 lines (9 loc) 179 B
import { defineConfig } from "vitest/config"; export default defineConfig({ test: { coverage: { provider: "v8", }, setupFiles: ["./setupVitest.ts"], }, });