Skip to content

Commit

Permalink
chore: add missing path import to dotenv config section (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl authored Jul 12, 2024
1 parent 294678e commit 11c9c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') });

/**
Expand Down

0 comments on commit 11c9c57

Please sign in to comment.