chore(monorepo/server): fix imports for becca mocking

This commit is contained in:
Elian Doran
2025-04-18 12:43:19 +03:00
parent b0e97856bd
commit 3ddc8e5e7b
5 changed files with 10 additions and 10 deletions

View File

@@ -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", () => {