RxJS Marble Test Example with QUnit
This project contains a basic counter component built with RxJS that uses marble tests with QUnit to test the component's logic.
npm start
Runs and opens the app on http://localhost:8080.
npm test
Runs the tests via the command line.
npm run build-test
Builds the tests.js file, then you can open tests/tests.html
in your browser to run the tests.