chore(test): move spec to source dir

pull/911/head
Elian Doran 2025-01-10 22:04:04 +07:00
parent 36387deb0d
commit e2628c58c5
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

@ -1,5 +1,5 @@
import markdownExportService from "../../../src/services/export/md.js";
import { trimIndentation } from "../../support/utils.js";
import markdownExportService from "./md.js";
import { trimIndentation } from "../../../spec/support/utils.js";
describe("Markdown export", () => {
it("trims language tag for code blocks", () => {