mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
chore(test): move spec to source dir
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import markdownExportService from "../../../src/services/export/md.js";
|
import markdownExportService from "./md.js";
|
||||||
import { trimIndentation } from "../../support/utils.js";
|
import { trimIndentation } from "../../../spec/support/utils.js";
|
||||||
|
|
||||||
describe("Markdown export", () => {
|
describe("Markdown export", () => {
|
||||||
it("trims language tag for code blocks", () => {
|
it("trims language tag for code blocks", () => {
|
||||||
Reference in New Issue
Block a user