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
/
setupVitest.ts
7 lines
(5 loc)
•
165 B
text/typescript
View Raw
1
2
3
4
5
6
7
// setupVitest.js
import
createFetchMock
from
"vitest-fetch-mock"
;
import
{ vi }
from
"vitest"
;
const
fetchMocker =
createFetchMock
(vi); fetchMocker.
enableMocks
();