diff options
author | jbukl <noreply@github.com> | 2023-11-09 10:19:28 -0500 |
---|---|---|
committer | jbukl <noreply@github.com> | 2023-11-09 10:29:55 -0500 |
commit | 41cff833abdfc4f8ca9b8d426c1b382891fcf934 (patch) | |
tree | 839f379feabe210433278974a975297cec46a97e /playwright.config.js | |
parent | c25e4c959e226174ff286ab7523eabcc55496bbb (diff) |
Fix hb import for media provider
Diffstat (limited to 'playwright.config.js')
-rw-r--r-- | playwright.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |