mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 04:42:28 +08:00
chore(test): move spec to source dir
This commit is contained in:
parent
36387deb0d
commit
e2628c58c5
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", () => {
|
||||
Loading…
Add table
Reference in a new issue