Naming typo
'test/index.html' is being referenced a few places, but I think you really mean 'test/test.html', as thats the name of the file.
Paragraphs appear twice after each other. See below:
(it references two JavaScript files qunit.js which is in the ./resources directory and test.js which is in the ./test directory)
In the body of the index.html file there are two div elements with ids of qunit and qunit-fixture these are where QUnit will
(it references two JavaScript files qunit.js and test.js both these files are in the ./resources directory)
In the body of the index.html file there are two div elements with ids of quint and qunit-fixture these are where QUnit will display the results of our unit tests.
Let me know if you'd like me to do a pull request and fix it :)
Let me know if you'd like me to do a pull request and fix it :)