chore: pin dependencies and use native TypeScript
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { parseFrontmatter, stripFrontmatter } from "../src/utils/frontmatter.js";
|
||||
import { parseFrontmatter, stripFrontmatter } from "../src/utils/frontmatter.ts";
|
||||
|
||||
describe("parseFrontmatter", () => {
|
||||
it("parses keys, strips quotes, and returns body", () => {
|
||||
|
||||
Reference in New Issue
Block a user