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 f40a1f7 commit 4a0c4a6Copy full SHA for 4a0c4a6
src/views/Speakers/Speakers.test.tsx
@@ -27,7 +27,7 @@ vi.mock("react-use", () => ({
27
28
// Mock Sentry
29
vi.mock("@sentry/react", () => ({
30
- captureException: vi.fn(,
+ captureException: vi.fn(),
31
}));
32
33
// Mock the 2025.json data
@@ -39,7 +39,7 @@ vi.mock("../../data/2025.json", () => {
39
cfp: {
40
startDay: "2023-01-01T00:00:00",
41
endDay: "2023-02-01T00:00:00",
42
- link: "https://example.com/cfp"
+ link: "https://example.com/cfp",
43
},
44
};
45
return { default: mockData };
0 commit comments