es-observable-tests
v0.3.0
- Types
- ESM
- CJS
- License
- None
- Deps
- 0
- Install Size
- -
- Vulns
- 0
- Published
$
npm install es-observable-tests@0.3.0$
pnpm add es-observable-tests@0.3.0$
yarn add es-observable-tests@0.3.0$
bun add es-observable-tests@0.3.0$
deno add npm:es-observable-tests@0.3.0$
vlt install es-observable-tests@0.3.0ECMAScript Observable Tests
To run the unit tests, install the es-observable-tests package into your project.
npm install es-observable-tests
Then call the exported runTests function with the constructor you want to test.
require("es-observable-tests").runTests(MyObservable);