mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
add simply library tests + fix umd and cjs mixup bug + simplify library paths
This commit is contained in:
5
test/index.js
Normal file
5
test/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { makeProviders, makeStandardFetcher } = require('../lib/index.umd.js');
|
||||
|
||||
const providers = makeProviders({
|
||||
fetcher: makeStandardFetcher(fetch),
|
||||
});
|
Reference in New Issue
Block a user