mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(tools)!: SnapOtter 2.0 phase 4 wave 1: 45 core tools across all modalities (#219)
This commit is contained in:
@@ -141,6 +141,33 @@ vi.mock("@/components/tools/color-blindness-settings", () => ({
|
||||
vi.mock("@/components/tools/ai-canvas-expand-settings", () => ({
|
||||
AiCanvasExpandSettings: () => null,
|
||||
}));
|
||||
vi.mock("@/components/tools/merge-pdf-settings", () => ({
|
||||
MergePdfSettings: () => null,
|
||||
}));
|
||||
vi.mock("@/components/tools/split-pdf-settings", () => ({
|
||||
SplitPdfSettings: () => null,
|
||||
}));
|
||||
vi.mock("@/components/tools/compress-pdf-settings", () => ({
|
||||
CompressPdfSettings: () => null,
|
||||
}));
|
||||
vi.mock("@/components/tools/rotate-pdf-settings", () => ({
|
||||
RotatePdfSettings: () => null,
|
||||
}));
|
||||
vi.mock("@/components/tools/word-to-pdf-settings", () => ({
|
||||
WordToPdfSettings: () => null,
|
||||
}));
|
||||
vi.mock("@/components/tools/csv-excel-settings", () => ({
|
||||
CsvExcelSettings: () => null,
|
||||
}));
|
||||
vi.mock("@/components/tools/csv-json-settings", () => ({
|
||||
CsvJsonSettings: () => null,
|
||||
}));
|
||||
vi.mock("@/components/tools/json-xml-settings", () => ({
|
||||
JsonXmlSettings: () => null,
|
||||
}));
|
||||
vi.mock("@/components/tools/split-csv-settings", () => ({
|
||||
SplitCsvSettings: () => null,
|
||||
}));
|
||||
|
||||
import { TOOLS } from "@snapotter/shared";
|
||||
import type { DisplayMode, ToolRegistryEntry } from "@/lib/tool-registry";
|
||||
|
||||
Reference in New Issue
Block a user