chore: remove test.ts

This commit is contained in:
amhsirak
2025-11-21 00:23:11 +05:30
parent 1697c1890b
commit 8b17ef7e90

View File

@@ -1,6 +0,0 @@
import { convertPageToMarkdown } from "./scrape";
(async () => {
const md = await convertPageToMarkdown("https://quotes.toscrape.com/");
console.log(md);
})();