Make WordPress Core


Ignore:
Timestamp:
09/15/2020 10:07:29 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Restore the QUnit global in JSHint config for QUnit.

Follow-up to [47512], [48977].

See #51312, #37117.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/.jshintrc

    r48977 r48978  
    11{
    22    "globals": {
     3        "QUnit"          : false,
    34        "_"              : false,
    45        "jQuery"         : false
Note: See TracChangeset for help on using the changeset viewer.