From 80b249e94d68ee69d3e67a7ee391a1c24f1e0762 Mon Sep 17 00:00:00 2001 From: Anchel135 Date: Thu, 11 Jul 2024 11:12:19 +0300 Subject: [PATCH] fix build --- playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright.config.ts b/playwright.config.ts index 9a07d82..2eb149b 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -1,3 +1,4 @@ +// eslint-disable-next-line import/no-extraneous-dependencies import { defineConfig, devices } from '@playwright/test'; /**