mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 16:53:24 +00:00
Check browser compile compatibility in integration tests
This commit is contained in:
8
tests/browser/index.ts
Normal file
8
tests/browser/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { makeProviders, makeStandardFetcher, targets } from '../../lib/index.mjs';
|
||||
|
||||
(window as any).TEST = () => {
|
||||
makeProviders({
|
||||
fetcher: makeStandardFetcher(fetch),
|
||||
target: targets.ALL,
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user