Automated tests =============== Converse uses the `Jasmine `_ testing framework for writing tests. Adding tests for your bugfix or feature ---------------------------------------- Take a look at `tests/index.html `_ and the `spec files `_ to see how tests are implemented. Running tests ------------- Check that all tests complete sucessfully. Run ``make check`` in your terminal.