dwyl / learn-qunit

:white_check_mark: A quick introduction to JavaScript unit testing with QUnit
52 stars 10 forks source link

Two minor details #20

Open perborgen opened 9 years ago

perborgen commented 9 years ago
  1. 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.
  2. 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 :)

nelsonic commented 9 years ago

Thanks for pointing these out @perborgen please send PR with corrections. :+1: