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 { beforeEach, describe, expect, it, vi } from "vitest";
import { note, NoteBuilder } from "../../spec/support/becca_mocking.js";
import { note, NoteBuilder } from "../test/becca_mocking.js";
import becca from "../becca/becca.js";
import BBranch from "../becca/entities/bbranch.js";
import BNote from "../becca/entities/bnote.js";