Two minor details
- Dominant language
- JavaScript
- Stars
- 52
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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 :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.