jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/351798 )
Change subject: Hygiene: Tidy up QUnit references ...................................................................... Hygiene: Tidy up QUnit references Since Ieea378c9 all QUnit tests are run in Node.js and not in the browser. Tidy up references to QUnit inside of the codebase and tooling. Changes: * Don't exclude src/processLinks.js in Istanbul code coverage reports. * Don't test for window.QUnit in createSchema. We no longer run the risk of sending beacons while running the QUnit test suite as it's no longer run in the browser. Bug: T160406 Change-Id: Ifb6adb84b8019dd69231b50af00bf978b708fc60 --- M .istanbul.yml M resources/dist/index.js M resources/dist/index.js.map M src/schema.js M tests/node-qunit/schema.test.js 5 files changed, 3 insertions(+), 16 deletions(-) Approvals: jenkins-bot: Verified Phuedx: Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/351798 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifb6adb84b8019dd69231b50af00bf978b708fc60 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/Popups Gerrit-Branch: master Gerrit-Owner: Phuedx <[email protected]> Gerrit-Reviewer: Jhernandez <[email protected]> Gerrit-Reviewer: Phuedx <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
