From 41cff833abdfc4f8ca9b8d426c1b382891fcf934 Mon Sep 17 00:00:00 2001 From: jbukl Date: Thu, 9 Nov 2023 10:19:28 -0500 Subject: Fix hb import for media provider --- playwright.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playwright.config.js') diff --git a/playwright.config.js b/playwright.config.js index acb3e1af..6bf645c4 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -21,7 +21,7 @@ import {defineConfig, devices} from '@playwright/test'; * Read environment variables from file. * https://github.com/motdotla/dotenv */ -// require('dotenv').config(); +import 'dotenv/config'; /** * @see https://playwright.dev/docs/test-configuration -- cgit v1.2.3