We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edf066 commit 2e486a0Copy full SHA for 2e486a0
packages/pluggableWidgets/datagrid-web/src/components/__tests__/Table.spec.tsx
@@ -137,8 +137,7 @@ describe.skip("Table", () => {
137
138
it("renders the structure correctly with empty placeholder", () => {
139
const component = renderWithRootContext({
140
- ...mockWidgetProps(),
141
- emptyPlaceholderRenderer: renderWrapper => renderWrapper(<div />)
+ ...mockWidgetProps()
142
});
143
144
expect(component.asFragment()).toMatchSnapshot();
0 commit comments