mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-02 17:57:00 +00:00
14ca9d0ad9
All these tests and associated steps are skipped and apply to pages that no longer exist - Special:MobileDiff and Special:MobileHistory and can safely be removed. Change-Id: I15edf8c2fc88fbc01585c2b7e1243daa6d9210b9
12 lines
249 B
JavaScript
12 lines
249 B
JavaScript
/**
|
|
* A list of all custom Minerva pageObjects.
|
|
* To simplify imports in world.js.
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
ArticlePage: require( './article_page' ),
|
|
ArticlePageWithEditorOverlay: require( './article_page_with_editor_overlay' )
|
|
};
|