| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import { convertClaudeToDroid } from "../src/converters/claude-to-droid" |
| 3 | import { parseFrontmatter } from "../src/utils/frontmatter" |
| 4 | import type { ClaudePlugin } from "../src/types/claude" |
nothing calls this directly
no test coverage detected