mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 08:00:32 +00:00
Use 'remoteSkinPath' for qunit tests
This isn't in an extension anymore :-) Bug: T175863 Change-Id: I7d8846d0eb0f92c2e419a1e1b76e94ae19ff1137
This commit is contained in:
parent
480b1deb98
commit
69a94b27c3
|
@ -57,7 +57,7 @@ class MinervaHooks {
|
|||
'skins.minerva.notifications.badge'
|
||||
],
|
||||
'localBasePath' => dirname( __DIR__ ),
|
||||
'remoteExtPath' => 'MinervaNeue',
|
||||
'remoteSkinPath' => 'MinervaNeue',
|
||||
'targets' => [ 'mobile', 'desktop' ],
|
||||
'scripts' => [
|
||||
'tests/qunit/skins.minerva.notifications.badge/test_NotificationBadge.js'
|
||||
|
|
Loading…
Reference in a new issue