Skip to content

Commit

Permalink
fix: test imprts
Browse files Browse the repository at this point in the history
  • Loading branch information
nparashar150 committed Aug 31, 2024
1 parent 05f9f43 commit dcbb831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import parse from "..";
import { generateASTFromMarkdown } from "..";

const input = `
# Heading 1
Expand Down Expand Up @@ -72,5 +72,5 @@ const input = `
---
`;

const tokens = parse(input);
const tokens = generateASTFromMarkdown(input);
console.log(tokens);

0 comments on commit dcbb831

Please sign in to comment.