diff --git a/tests/lib/fixtures.ts b/tests/lib/fixtures.ts index 18b082ec..e58efb14 100644 --- a/tests/lib/fixtures.ts +++ b/tests/lib/fixtures.ts @@ -1,7 +1,7 @@ import { type BrowserContext, chromium, test as base } from "@playwright/test"; import { initialSetup } from "./commands/keplr"; -import { prepareKeplr } from "./heplers"; +import { prepareKeplr } from "./helpers"; export const test = base.extend<{ context: BrowserContext }>({ // eslint-disable-next-line no-empty-pattern diff --git a/tests/lib/heplers.ts b/tests/lib/helpers.ts similarity index 100% rename from tests/lib/heplers.ts rename to tests/lib/helpers.ts