Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two minor details #20

Open
perborgen opened this issue May 20, 2015 · 1 comment
Open

Two minor details #20

perborgen opened this issue May 20, 2015 · 1 comment
Assignees

Comments

@perborgen
Copy link
Member

  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
Copy link
Member

Thanks for pointing these out @perborgen
please send PR with corrections. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants