UNPKG
fpl-fetch
Version:
latest (2.9.0)
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
Wrapper for the Fantasy Premier League API
github.com/pmc-a/fpl-fetch
pmc-a/fpl-fetch
fpl-fetch
/
vitest.config.ts
11 lines
(9 loc)
•
179 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import { defineConfig }
from
"vitest/config"
; export
default
defineConfig
({
test
: {
coverage
: {
provider
:
"v8"
, },
setupFiles
: [
"./setupVitest.ts"
], }, });