chore(monorepo/server): trimindentation import

This commit is contained in:
Elian Doran
2025-04-18 12:32:23 +03:00
parent 816355d397
commit 0c5a678a8a
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import { describe, it, expect } from "vitest";
import markdownExportService from "./markdown.js";
import { trimIndentation } from "../../../spec/support/utils.js";
import { trimIndentation } from "@triliumnext/commons";
describe("Markdown export", () => {