Skip to content

Commit

Permalink
Test: Fix typo in config-reporters.html test name
Browse files Browse the repository at this point in the history
This is testing regular config, not preconfig. Copy-pasta.

Follows-up 05e15ba.
  • Loading branch information
Krinkle committed Jan 19, 2025
1 parent d484d14 commit 764dc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config-reporters.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
QUnit.config.reporters.html = false;
QUnit.config.reporters.tap = true;

QUnit.module('QUnit.config [preconfig reporters]');
QUnit.module('QUnit.config [reporters]');

QUnit.test('read config', function (assert) {
assert.deepEqual(QUnit.config.reporters, {
Expand Down

0 comments on commit 764dc1a

Please sign in to comment.