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:
Timo Tijhof 2023-01-10 01:16:08 +00:00
parent 1cab012fec
commit e38a56bb1a

View file

@ -2713,7 +2713,6 @@
}
},
"QUnitTestModule": {
"targets": [ "desktop" ],
"localBasePath": "",
"remoteExtPath": "VisualEditor",
"styles": "lib/ve/lib/jsdifflib/diffview.css",