aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/grunt-contrib-qunit-bridges/bridge-wrapper.js.intro
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Make Puppeter really fire Chrome on macOSMichał Gołębiowski-Owczarek2023-05-101-0/+20
Also, workaround issues with QUnit Chrome bridge: the Chrome bridge from `grunt-contrib-qunit` is now getting injected into every single iframe, including an empty one that has no intention of running QUnit tests. Since that bridge requires QUnit, it fails with an error in such cases. Workaround the issue by wrapping the bridge in another function that bails early if QUnit is not defined. Ref gh-2157