Fix import

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-01-09 13:36:51 +00:00
parent b394f5e186
commit 6a7aa172c4

View File

@@ -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";