Skip to content

Commit

Permalink
Test: Convert /test/cli/TapReporter.js to /test/main
Browse files Browse the repository at this point in the history
Since commit f8948c9, the TapReporter is exposed publicly
as QUnit.reporters.tap and it is used in browser automations,
and for SpiderMonkey environments.

Let's make sure this not only passes synax and other compat checks
in eslint and rollup for the main main build, but is also covered in
the main test suite.
  • Loading branch information
Krinkle committed Jul 10, 2024
1 parent b4c1e5d commit 45b6c0b
Show file tree
Hide file tree
Showing 8 changed files with 445 additions and 430 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ module.exports = function (grunt) {
'test/main/promise.js',
'test/main/setTimeout.js',
'test/main/stacktrace.js',
'test/main/TapReporter.js',
'test/main/test.js',
'test/main/utilities.js',

Expand Down
Loading

0 comments on commit 45b6c0b

Please sign in to comment.