From 11c9c573970ae3c9e1abbf0dcb9d106d2a9729d8 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Fri, 12 Jul 2024 11:13:01 +0200 Subject: [PATCH] chore: add missing path import to dotenv config section (#126) --- 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') }); /**