add simply library tests + fix umd and cjs mixup bug + simplify library paths

This commit is contained in:
mrjvs
2023-09-06 21:57:57 +02:00
parent 7b9b25acab
commit 764986abff
7 changed files with 22 additions and 9 deletions

5
test/index.js Normal file
View File

@@ -0,0 +1,5 @@
const { makeProviders, makeStandardFetcher } = require('../lib/index.umd.js');
const providers = makeProviders({
fetcher: makeStandardFetcher(fetch),
});