Skip to content

Commit 11c9c57

Browse files
authored
chore: add missing path import to dotenv config section (#126)
1 parent 294678e commit 11c9c57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { defineConfig, devices } from '@playwright/test';
55
* https://github.com/motdotla/dotenv
66
*/
77
// import dotenv from 'dotenv';
8+
// import path from 'path';
89
// dotenv.config({ path: path.resolve(__dirname, '.env') });
910

1011
/**

0 commit comments

Comments
 (0)