From d97539bec5bf92a96755e4f629c92a14fd220757 Mon Sep 17 00:00:00 2001 From: thal0x Date: Fri, 22 Sep 2023 13:00:13 -0500 Subject: [PATCH] typo --- tests/lib/fixtures.ts | 2 +- tests/lib/{heplers.ts => helpers.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/lib/{heplers.ts => helpers.ts} (100%) 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