Right now you just need to open test/index.html and have mocha do it's thing in the browser. Some improvements that would be nice:
- Run the tests from the command line so that we can introduce CI
- Actually test the responsive behaviour in the test suite
Right now you just need to open
test/index.htmland have mocha do it's thing in the browser. Some improvements that would be nice: