We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffd0e3 commit 371bdadCopy full SHA for 371bdad
test/cli/require-qunit-test.js
@@ -18,7 +18,7 @@ QUnit.module( "requireQUnit", function() {
18
assert.strictEqual( requireQUnit(), localQUnit );
19
} );
20
21
- QUnit.test( "finds globally installled QUnit", function( assert ) {
+ QUnit.test( "finds globally installed QUnit", function( assert ) {
22
const globalQUnit = {
23
"@noCallThru": true
24
};
0 commit comments