mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
d55e8b9a17
As noted in T160406, the only QUnit tests that requires a running MediaWiki instance is the test for mw.popups.processLinks. The function itself is isolated from the rest of the codebase. Now, as noted in T162876#3182198, during boot the ext.eventLogging.Schema module is loaded asynchronously with mw.loader.using. Since boot is unconditional and happens ASAP this happens when the tests are loaded and run. In the short term this can be avoided by not making the tests depend on the entire codebase. The long term solution is laid out in T160406. Supporting changes: * Bundle assets with webpack@2.4.1. Bug: T162876 Change-Id: If1ee1853ba7a9b2a66b24bb93b4e6062b92b0dba |
||
---|---|---|
.. | ||
dist | ||
ext.popups | ||
ext.popups.images |