linter fixes

This commit is contained in:
tintinweb
2026-03-22 20:29:00 +01:00
parent e1726d7c2a
commit 3db97c2c4c
9 changed files with 31 additions and 27 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { describe, it, expect, beforeEach, afterEach, vi } from "vitest";
import { TaskWidget, type UICtx, type Theme, type TaskMetrics } from "../src/ui/task-widget.js";
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
import { TaskStore } from "../src/task-store.js";
import { TaskWidget, type Theme, type UICtx } from "../src/ui/task-widget.js";
/** Create a mock theme that returns raw text (no ANSI escapes). */
function mockTheme(): Theme {