Test explicit JavaScript Commonlib package subpaths

This commit is contained in:
vorotamoroz
2026-08-14 05:52:59 +00:00
parent 6ed7c83109
commit 86ca8817c9
271 changed files with 811 additions and 811 deletions
@@ -1,5 +1,5 @@
import { LOG_LEVEL_INFO } from "@vrtmrz/livesync-commonlib/compat/common/types";
import type { IStorageEventWatchHandlers } from "@vrtmrz/livesync-commonlib/compat/managers/adapters";
import { LOG_LEVEL_INFO } from "@vrtmrz/livesync-commonlib/compat/common/types.js";
import type { IStorageEventWatchHandlers } from "@vrtmrz/livesync-commonlib/compat/managers/adapters.js";
import { afterEach, describe, expect, it, vi } from "vitest";
import { FSAPIStorageEventManagerAdapter } from "@/apps/webapp/managers/FSAPIStorageEventManagerAdapter";