Skip to content

Commit

Permalink
chore: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenltnguyen committed Aug 12, 2024
1 parent 898ee3b commit 7a72eae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import { defineConfig, devices } from "@playwright/test";

/**
* Read environment variables from file.
* https://github.com/motdotla/dotenv
*/
// import dotenv from 'dotenv';
// dotenv.config({ path: path.resolve(__dirname, '.env') });

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

0 comments on commit 7a72eae

Please sign in to comment.