mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
remove redundant test folder
This commit is contained in:
parent
b120b90b02
commit
d24146e114
4 changed files with 0 additions and 19 deletions
|
|
@ -1 +0,0 @@
|
|||
This folder is only for simple library usage tests in `CJS` and `UMD`. Real unit tests are at `src/__test__`.
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
const { makeProviders, makeStandardFetcher, targets } = require('../lib/index.umd.js');
|
||||
|
||||
const providers = makeProviders({
|
||||
fetcher: makeStandardFetcher(fetch),
|
||||
target: targets.BROWSER,
|
||||
});
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
import { makeProviders, makeStandardFetcher } from '../lib/index.mjs';
|
||||
|
||||
const providers = makeProviders({
|
||||
fetcher: makeStandardFetcher(fetch),
|
||||
target: targets.BROWSER,
|
||||
});
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"scripts": {
|
||||
"start:umd": "node index.mjs",
|
||||
"start:cjs": "node index.js"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue