From b241224338cd34ce03249b3b324bb3a67966d316 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Fri, 12 Jul 2024 11:05:26 +0200 Subject: [PATCH] refactor: add missing path import to dotenv config section --- assets/playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/playwright.config.ts b/assets/playwright.config.ts index 3921964..4b5f34d 100644 --- a/assets/playwright.config.ts +++ b/assets/playwright.config.ts @@ -5,6 +5,7 @@ import { defineConfig, devices } from '@playwright/test'; * https://github.com/motdotla/dotenv */ // import dotenv from 'dotenv'; +// import path from 'path'; // dotenv.config({ path: path.resolve(__dirname, '.env') }); /**