Skip to content

Commit a4e7b09

Browse files
committed
Fix lint errors in ui.spec.js
1 parent 670e917 commit a4e7b09

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/store/ui.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ describe('store: ui getters', function () {
1313
// in a subflow could only be positioned before or after the whole block of regular widgets, never interleaved
1414
// between them.
1515
describe('widgetsByGroup', function () {
16-
17-
// Each test lists the widgets present (in arbitrary input order) and asserts the ids we expect back in render
16+
// Each test lists the widgets present (in arbitrary input order) and asserts the ids we expect back in render
1817
// order. Widgets use the same shape as the `state.widgets` entries built by the ui-base node:
1918
// { id, type, props, layout }.
2019
function orderOf (widgets, group = 'g1') {

0 commit comments

Comments
 (0)