mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13: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 = () => {
|
||||
makeProviders({
|
||||
fetcher: makeStandardFetcher(fetch),
|
||||
target: targets.ALL,
|
||||
target: targets.ANY,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user