Skip to content

Commit

Permalink
Restore newlines for real
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Oct 11, 2024
1 parent 23a93d1 commit 1ca55ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/reporters/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/**
* Module dependencies.
*/

var Base = require('./base');
var utils = require('../utils');
var escapeRe = require('escape-string-regexp');
Expand All @@ -21,16 +22,19 @@ var escape = utils.escape;
/**
* Save timer references to avoid Sinon interfering (see GH-237).
*/

var Date = global.Date;

/**
* Expose `HTML`.
*/

exports = module.exports = HTML;

/**
* Stats template: Result, progress, passes, failures, and duration.
*/

var statsTemplate =
'<ul id="mocha-stats">' +
'<li class="result"></li>' +
Expand Down

0 comments on commit 1ca55ca

Please sign in to comment.