There was an error while loading. Please reload this page.
1 parent 670e917 commit a4e7b09Copy full SHA for a4e7b09
1 file changed
test/store/ui.spec.js
@@ -13,8 +13,7 @@ describe('store: ui getters', function () {
13
// in a subflow could only be positioned before or after the whole block of regular widgets, never interleaved
14
// between them.
15
describe('widgetsByGroup', function () {
16
-
17
- // Each test lists the widgets present (in arbitrary input order) and asserts the ids we expect back in render
+ // Each test lists the widgets present (in arbitrary input order) and asserts the ids we expect back in render
18
// order. Widgets use the same shape as the `state.widgets` entries built by the ui-base node:
19
// { id, type, props, layout }.
20
function orderOf (widgets, group = 'g1') {
0 commit comments