mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-23 18:49:48 +08:00
Use npm packages for shared skill code (#136)
This commit is contained in:
@@ -16,7 +16,7 @@ async function makeTempDir(prefix: string): Promise<string> {
|
||||
return fs.mkdtemp(path.join(os.tmpdir(), prefix));
|
||||
}
|
||||
|
||||
test("CLI forwards wrapper title and vendor render options", async () => {
|
||||
test("CLI forwards wrapper title and package render options", async () => {
|
||||
const root = await makeTempDir("baoyu-markdown-to-html-cli-");
|
||||
const markdownPath = path.join(root, "article.md");
|
||||
await fs.writeFile(markdownPath, "## Section\n\nParagraph with **bold** text.\n", "utf-8");
|
||||
|
||||
Reference in New Issue
Block a user