mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-20 22:22:57 +03:00
test(logs): use project alias in cache token coverage
This commit is contained in:
@@ -18,10 +18,8 @@ vi.mock("@/store/emailPrivacyStore", () => ({
|
||||
default: () => ({ emailsVisible: true }),
|
||||
}));
|
||||
|
||||
const RequestLoggerV2 = (await import("../../../src/shared/components/RequestLoggerV2.tsx"))
|
||||
.default;
|
||||
const RequestLoggerDetail = (await import("../../../src/shared/components/RequestLoggerDetail.tsx"))
|
||||
.default;
|
||||
const RequestLoggerV2 = (await import("@/shared/components/RequestLoggerV2")).default;
|
||||
const RequestLoggerDetail = (await import("@/shared/components/RequestLoggerDetail")).default;
|
||||
|
||||
let container: HTMLElement;
|
||||
let root: Root;
|
||||
|
||||
Reference in New Issue
Block a user