From 6a7aa172c4800a2752d6aaf48c7708ac2ec1c382 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 9 Jan 2025 13:36:51 +0000 Subject: [PATCH] Fix import Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 8d57ddb37b..a6e94e0cca 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details. */ import { defineConfig, devices } from "@playwright/test"; -import { splitTests } from "@tenbin/playwright/dist/index"; +import { splitTests } from "@tenbin/playwright"; const baseURL = process.env["BASE_URL"] ?? "http://localhost:8080";