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 340148b commit eb51e88Copy full SHA for eb51e88
src/hooks/useDeleteManagedControlPlane.spec.ts
@@ -10,7 +10,7 @@ vi.mock('../context/ToastContext', () => ({
10
}),
11
}));
12
13
-describe.only('useDeleteManagedControlPlane', () => {
+describe('useDeleteManagedControlPlane', () => {
14
afterEach(() => {
15
vi.clearAllMocks();
16
});
0 commit comments