Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Jan 2, 2025
1 parent 5d8804d commit e477c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useTheme.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import {
vi,
} from "vitest";
import EventEmitter from "events";
import { WidgetApiToWidgetAction } from "matrix-widget-api";

import { useTheme } from "./useTheme";
import { getUrlParams } from "./UrlParams";
import { widget } from "./widget";
import { WidgetApiToWidgetAction } from "matrix-widget-api";

vi.mock("./UrlParams", () => ({ getUrlParams: vi.fn() }));
vi.mock("./widget", () => ({
Expand Down

0 comments on commit e477c16

Please sign in to comment.