review: rename ec-error file to error

This commit is contained in:
Valere
2025-02-28 12:04:49 +01:00
parent 4701e413fd
commit f8a5de604f
6 changed files with 7 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ import EventEmitter from "events";
import { enterRTCSession, leaveRTCSession } from "../src/rtcSessionHelpers";
import { mockConfig } from "./utils/test";
import { ElementWidgetActions, widget } from "./widget";
import { ErrorCode } from "./utils/ec-errors.ts";
import { ErrorCode } from "./utils/errors.ts";
const actualWidget = await vi.hoisted(async () => vi.importActual("./widget"));
vi.mock("./widget", () => ({