mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
build: Remove unused 'targets' property for QUnitTestModule
When tests run, the target filter isn't applied, which is why tests can excercise both mobile-only and desktop-only code from the same module. The 'targets' property was added here only to satisfy an overly strict lint check (PHPUnit ResourcesTest), which is fixed in MediaWiki as of Ia062ff2d8. Depends-On: Ia062ff2d8b8732b0d3498c1a614bbf6a3e3a7ddb Change-Id: Ia00f3b987de89b8b5789d1ced125ed8a57b079df
This commit is contained in:
parent
1cab012fec
commit
e38a56bb1a
|
@ -2713,7 +2713,6 @@
|
|||
}
|
||||
},
|
||||
"QUnitTestModule": {
|
||||
"targets": [ "desktop" ],
|
||||
"localBasePath": "",
|
||||
"remoteExtPath": "VisualEditor",
|
||||
"styles": "lib/ve/lib/jsdifflib/diffview.css",
|
||||
|
|
Loading…
Reference in a new issue