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

File packageImportService.test.ts

src/services/packageImportService.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 15

parseQuickAddPackageFunction · 0.90
encodeToBase64Function · 0.90
buildPackageFunction · 0.90
readQuickAddPackageFunction · 0.90
analysePackageFunction · 0.90
analysePackagePreviewFunction · 0.90
applyPackageImportFunction · 0.90
makePackageChoiceFunction · 0.85
makeChoiceFunction · 0.85
createFakeAppFunction · 0.85
decisionsFunction · 0.85

Tested by

no test coverage detected