$ cnpm install es-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);
Copyright 2013 - present © cnpmjs.org | Home |