From 8ceb248b57023737c20d4b0ac15ad4954bb900c0 Mon Sep 17 00:00:00 2001 From: timDeHof Date: Sun, 8 Oct 2023 12:38:31 -0400 Subject: [PATCH] chore: change package manager to npm --- playwright.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.js b/playwright.config.js index 38a8814..6dbaf7d 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -5,7 +5,7 @@ import { defineConfig, devices } from "@playwright/test"; * Read environment variables from file. * https://github.com/motdotla/dotenv */ -// require('dotenv').config(); +require("dotenv").config(); /** * @see https://playwright.dev/docs/test-configuration