mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
chore(monorepo/server): fix imports for becca mocking
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { note } from "../../../spec/support/becca_mocking.js";
|
||||
import { note } from "../../test/becca_mocking.js";
|
||||
import { renderSvgAttachment } from "./image.js";
|
||||
|
||||
describe("Image API", () => {
|
||||
|
||||
Reference in New Issue
Block a user