Skip to content

Two minor details #20

@perborgen

Description

@perborgen
  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 :)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions