Created test for HttpClient

This commit is contained in:
Alejandro Celaya
2022-11-17 21:30:42 +01:00
parent 9b3bdebb28
commit b8adf5f274
2 changed files with 37 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
export type MediaMatcher = (query: string) => MediaQueryList;
export type Fetch = typeof window.fetch;
export type JsonFetch = <T>(url: string, options?: RequestInit) => Promise<T>;