From b936a4131db69fe946d2ac3cf9c4d23adbb25e03 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 15 Sep 2020 10:07:29 +0000 Subject: [PATCH] Build/Test Tools: Restore the `QUnit` global in JSHint config for QUnit. Follow-up to [47512], [48977]. See #51312, #37117. git-svn-id: https://develop.svn.wordpress.org/trunk@48978 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/qunit/.jshintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qunit/.jshintrc b/tests/qunit/.jshintrc index 1f64c37d09..78b549f5ba 100644 --- a/tests/qunit/.jshintrc +++ b/tests/qunit/.jshintrc @@ -1,5 +1,6 @@ { "globals": { + "QUnit" : false, "_" : false, "jQuery" : false }