MCPcopy Create free account
hub / github.com/chhoumann/quickadd / packageImportService.test.ts

File packageImportService.test.ts

tests/packages/packageImportService.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, beforeEach, vi } from "vitest";
2import type { App } from "obsidian";
3import { CommandType } from "../../src/types/macros/CommandType";
4import type IChoice from "../../src/types/choices/IChoice";

Callers

nothing calls this directly

Calls 7

readQuickAddPackageFunction · 0.90
analysePackageFunction · 0.90
applyPackageImportFunction · 0.90
encodeToBase64Function · 0.90
pushMethod · 0.80
makeMacroChoiceFunction · 0.70
createMockAppFunction · 0.70

Tested by

no test coverage detected