mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 11:33:25 +00:00
Fix browser integration test
This commit is contained in:
@@ -3,6 +3,6 @@ import { makeProviders, makeStandardFetcher, targets } from '../../lib/index.mjs
|
|||||||
(window as any).TEST = () => {
|
(window as any).TEST = () => {
|
||||||
makeProviders({
|
makeProviders({
|
||||||
fetcher: makeStandardFetcher(fetch),
|
fetcher: makeStandardFetcher(fetch),
|
||||||
target: targets.ALL,
|
target: targets.ANY,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user