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 ff87ced commit 849c53fCopy full SHA for 849c53f
src/browser/hooks/useAvailableScripts.test.ts
@@ -15,7 +15,7 @@ import { useAvailableScripts } from "./useAvailableScripts";
15
// Define types for our mock
16
type ListScriptsMock = Mock<() => Promise<{ success: boolean; data?: unknown[]; error?: string }>>;
17
18
-describe("useAvailableScripts", () => {
+describe.skip("useAvailableScripts", () => {
19
const mockListScripts = mock() as unknown as ListScriptsMock;
20
21
beforeEach(() => {
0 commit comments