UNPKG

@coon-js/extjs-comp-navport

Version:

NPM package providing enhanced viewport template for rapid, modular, package agnostic Sencha ExtJS application building.

102 lines (101 loc) 3.35 kB
/** * coon.js * extjs-comp-navport * Copyright (C) 2017-2022 Thorsten Suckow-Homberg https://github.com/coon-js/extjs-comp-navport * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without restriction, * including without limitation the rights to use, copy, modify, merge, * publish, distribute, sublicense, and/or sell copies of the Software, * and to permit persons to whom the Software is furnished to do so, * subject to the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE * USE OR OTHER DEALINGS IN THE SOFTWARE. */ export default [{ group: "classic", items: [{ group: "view", items: [ // we need to run the tests with the modern and with the classic toolkit loaded, // although they are the same "src/view/NavigationToolbarTest.js", "src/view/NavigationViewportTest.js" ] }] }, { group: "modern", items: [{ group: "view", items: [ "src/view/NavigationToolbarTest.js", "src/view/NavigationViewportTest.js" ] }] },{ group: "universal", items: [{ group: "app", items: [ "src/app/PackageControllerTest.js" ] },{ group: "data", items: [{ group: "schema", items: [ "src/data/schema/BaseSchemaTest.js" ] }] }, { group: "mixin", items: [ "src/mixin/ViewportManageableTest.js" ] }, { group: "model", items: [ "src/model/NavigationModelTest.js" ] }, { group: "store", items: [ "src/store/NavigationTreeStoreTest.js" ] }, { group: "view", items: [ "src/view/NavigationTreeTest.js", "src/view/ContentContainerTest.js", "src/view/ContentWrapTest.js", { group: "controller", items: [ "src/view/controller/NavigationToolbarViewControllerTest.js", "src/view/controller/NavigationViewportControllerTest.js" ] }, { group: "pages", items: ["src/view/pages/Page404Test.js"] }, { group: "(isolated tests)", items: [ "src/view/NavigationViewportIsolatedTest_1.js", "src/view/NavigationViewportIsolatedTest_2.js", "src/view/NavigationViewportIsolatedTest_3.js", "src/view/NavigationViewportIsolatedTest_4.js" ] } ] }] }];