Skip to content

Commit 371bdad

Browse files
shailesh-kalamkarleobalter
authored andcommitted
Fixed minor typo in a test
Closes #1381
1 parent 7ffd0e3 commit 371bdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/require-qunit-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ QUnit.module( "requireQUnit", function() {
1818
assert.strictEqual( requireQUnit(), localQUnit );
1919
} );
2020

21-
QUnit.test( "finds globally installled QUnit", function( assert ) {
21+
QUnit.test( "finds globally installed QUnit", function( assert ) {
2222
const globalQUnit = {
2323
"@noCallThru": true
2424
};

0 commit comments

Comments
 (0)