Fix browser integration test

This commit is contained in:
mrjvs 2023-12-25 01:18:05 +01:00
parent 4a557b8140
commit 09ba0ebcc1
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}); });
} }