mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-12 09:18:59 +00:00
742f341e5c
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
8 lines
200 B
YAML
8 lines
200 B
YAML
instrumentation:
|
|
include-all-sources: true
|
|
excludes: [
|
|
"resources/dist/*", # Compiled assets
|
|
"*.js", # Gruntfile.js and webpack.config.js
|
|
"src/index.js", # Application entry point
|
|
]
|