Skip to content

Commit 6305bc8

Browse files
author
Greg Harris
committed
Fix for CI failing test
1 parent 1dc869d commit 6305bc8

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/ui/widgets/DropDown/dropDown.test.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ import { fireEvent, render, waitFor } from "@testing-library/react";
66
import { vi } from "vitest";
77
import { createMockStyle } from "../../../test-utils/styleTestUtils";
88

9-
vi.mock("../../hooks/useStyle", () => ({
10-
useStyle: vi.fn(() => ({
11-
color: "",
12-
backgroundColor: "",
13-
fontFamily: undefined,
14-
fontSize: undefined,
15-
fontStyle: undefined,
16-
fontWeight: undefined
17-
}))
18-
}));
19-
209
vi.mock("../../hooks/useStyle", () => ({
2110
useStyle: vi.fn(() => createMockStyle())
2211
}));

0 commit comments

Comments
 (0)