@v4fire/client
Version:
V4Fire client core library
67 lines (54 loc) • 2.18 kB
JavaScript
/* eslint-disable capitalized-comments */
/*!
* V4Fire Client Core
* https://github.com/V4Fire/Client
*
* Released under the MIT license
* https://github.com/V4Fire/Client/blob/master/LICENSE
*/
module.exports = [
'--test-entry form/b-radio-button/test',
'--test-entry super/i-input-text/test',
'--test-entry form/b-input-hidden/test',
'--test-entry form/b-input/test',
'--test-entry form/b-textarea/test',
'--test-entry base/b-remote-provider/test',
'--test-entry base/b-router/test',
'--test-entry base/b-virtual-scroll/test',
'--test-entry base/b-tree/test',
'--test-entry base/b-list/test',
'--test-entry base/b-sidebar/test',
'--test-entry base/b-slider/test --device iPhone_11',
'--test-entry base/b-window/test',
'--test-entry base/b-bottom-slide/test',
'--test-entry icons/b-icon/test',
'--test-entry base/b-image/test',
'--test-entry super/i-block/test',
'--test-entry super/i-block/modules/dom/test',
'--test-entry super/i-block/modules/vdom/test',
'--test-entry super/i-block/modules/opt/test',
'--test-entry super/i-block/modules/block/test',
'--test-entry super/i-block/modules/field/test',
'--test-entry super/i-block/modules/state/test',
'--test-entry super/i-block/modules/storage/test',
'--test-entry super/i-block/modules/async-render/test',
'--test-entry super/i-block/modules/module-loader/test',
'--test-entry super/i-block/modules/activation/test',
'--test-entry super/i-block/modules/provide/test',
'--test-entry super/i-block/modules/lfc/test',
'--test-entry super/i-block/modules/sync/test',
'--test-entry super/i-block/modules/daemons/test',
'--test-entry super/i-page/test',
'--test-entry super/i-static-page/test',
'--test-entry super/i-static-page/modules/provider-data-store/test',
'--test-entry traits/i-lock-page-scroll/test',
'--test-entry traits/i-control-list/test',
'--test-entry traits/i-observe-dom/test',
'--test-entry core/html/test',
'--test-entry core/browser/test',
'--test-entry core/session/test',
'--test-entry core/dom/image/test',
'--test-entry core/dom/in-view/test',
'--test-entry models/modules/test/session',
'--test-entry core/component/directives/update-on/test'
];