es-observable-tests
v0.3.0
Published
Unit tests for es-observable
Downloads
755
Readme
ECMAScript 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);