Skip to content

Commit bf770b6

Browse files
committed
mock @nivo/radar
1 parent 2f7ec4a commit bf770b6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/setupTests.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,8 @@ vi.mock("@nivo/line", () => ({
104104
__esModule: true,
105105
ResponsiveLine: () => null,
106106
}));
107+
108+
vi.mock("@nivo/radar", () => ({
109+
__esModule: true,
110+
ResponsiveRadar: () => null,
111+
}));

0 commit comments

Comments
 (0)