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 470461e commit 4dc1832Copy full SHA for 4dc1832
packages/data-core/lib/components/plugin-box.test.tsx
@@ -29,7 +29,7 @@ const renderWithProviders = (
29
};
30
31
describe('PluginBox', () => {
32
- it.only('renders ErrorBox when editSchema is null', () => {
+ it('renders ErrorBox when editSchema is null', () => {
33
mockPlugin.editSchema.mockReturnValue(null);
34
35
const { getByTestId } = renderWithProviders(
0 commit comments