Skip to content

Commit

Permalink
chore: change package manager to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
timDeHof committed Oct 8, 2023
1 parent 1d54108 commit 8ceb248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Check failure on line 8 in playwright.config.js

View workflow job for this annotation

GitHub Actions / ESLint Results

no-undef

'require' is not defined.

/**
* @see https://playwright.dev/docs/test-configuration
Expand Down

0 comments on commit 8ceb248

Please sign in to comment.