mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
Fix browser integration test
This commit is contained in:
parent
4a557b8140
commit
09ba0ebcc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue