Package Exports
- es-observable-tests
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (es-observable-tests) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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);