summaryrefslogtreecommitdiff
path: root/src/serializers/to_json.test.ts
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-01-25 22:12:30 +0200
committerGitHub <noreply@github.com>2025-01-25 22:12:30 +0200
commit160cb5a7c2a733ee9c1eaa69008148ba9c21125d (patch)
tree7d5649d027444443e4aedda7293627d37d956d00 /src/serializers/to_json.test.ts
parent7f3a7e9770623743fde1cc9fde8aea7d476a5700 (diff)
parentd8d3118a9bdfe822292d1f4d28d2879aaa1ae86f (diff)
Merge pull request #3 from askonomm/2-if-the-content-starts-and-ends-with-----add-content-item-frontmatter
Implement FrontMatter parsing.
Diffstat (limited to 'src/serializers/to_json.test.ts')
-rw-r--r--src/serializers/to_json.test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serializers/to_json.test.ts b/src/serializers/to_json.test.ts
index 01f73e0..22f7ba8 100644
--- a/src/serializers/to_json.test.ts
+++ b/src/serializers/to_json.test.ts
@@ -1,5 +1,5 @@
-import FlatMatter from "../flatmatter";
-import ToJson from "./to_json";
+import FlatMatter from "../flatmatter.ts";
+import ToJson from "./to_json.ts";
test("Single-level configuration", () => {
const fm = new FlatMatter(