Skip to content

Commit 838cc47

Browse files
committed
refactor: fix failing test
1 parent b731bac commit 838cc47

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/pluggableWidgets/datagrid-web/src/components/__tests__/__snapshots__/ColumnResizer.spec.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ exports[`Column Resizer renders the structure correctly 1`] = `
1313
class="column-resizer-bar"
1414
/>
1515
</div>
16-
1716
</div>
1817
</body>,
1918
"container": <div>
@@ -25,7 +24,6 @@ exports[`Column Resizer renders the structure correctly 1`] = `
2524
class="column-resizer-bar"
2625
/>
2726
</div>
28-
2927
</div>,
3028
"debug": [Function],
3129
"findAllByAltText": [Function],

packages/pluggableWidgets/datagrid-web/src/utils/test-utils.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { dynamic, list, listAttribute, listExpression } from "@mendix/widget-plu
22
import { ColumnsType, DatagridContainerProps } from "../../typings/DatagridProps";
33
import { ColumnStore } from "../helpers/state/column/ColumnStore";
44
import { IColumnParentStore } from "../helpers/state/ColumnGroupStore";
5-
import { SelectActionHelper } from "../model/services/GridSelectActionsProvider.service";
65
import { ColumnId, GridColumn } from "../typings/GridColumn";
76

87
export const column = (header = "Test", patch?: (col: ColumnsType) => void): ColumnsType => {

0 commit comments

Comments
 (0)