Skip to content

Commit 2e486a0

Browse files
committed
fix: update test types
1 parent 7edf066 commit 2e486a0

File tree

1 file changed

+1
-2
lines changed
  • packages/pluggableWidgets/datagrid-web/src/components/__tests__

1 file changed

+1
-2
lines changed

packages/pluggableWidgets/datagrid-web/src/components/__tests__/Table.spec.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ describe.skip("Table", () => {
137137

138138
it("renders the structure correctly with empty placeholder", () => {
139139
const component = renderWithRootContext({
140-
...mockWidgetProps(),
141-
emptyPlaceholderRenderer: renderWrapper => renderWrapper(<div />)
140+
...mockWidgetProps()
142141
});
143142

144143
expect(component.asFragment()).toMatchSnapshot();

0 commit comments

Comments
 (0)