Skip to content

Commit

Permalink
Reporter: Move HTML reporter to a new JS file
Browse files Browse the repository at this point in the history
- Removes QUnit.init and deprecated QUnit.reset
- Extends QUnit.extend to accept a `undefOnly` parameter,
  so we can check if it's needed to extend only unset/undefined properties
- HTML Logging is now related to each assertion through QUnit.log
- Now it logs exactly on the assertion's related test, without leaking. Ref qunitjs#583
- The HTML reporter was refactored and improved. Ref qunitjs#603
  • Loading branch information
leobalter committed Jul 15, 2014
1 parent 31cad90 commit 2a77743
Show file tree
Hide file tree
Showing 5 changed files with 670 additions and 579 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ grunt.initConfig({
"src/assert.js",
"src/equiv.js",
"src/dump.js",
"src/reporter-html.js",
"external/jsdiff/jsdiff.js",
"src/export.js",
"src/outro.js"
Expand Down
Loading

0 comments on commit 2a77743

Please sign in to comment.