Skip to content

Commit 75f8db7

Browse files
committed
sonarqube finding for commented out code in config
1 parent 56490dc commit 75f8db7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

frontend/playwright.config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
import { defineConfig, devices } from "@playwright/test";
22

3-
/**
4-
* Read environment variables from file.
5-
* https://github.com/motdotla/dotenv
6-
*/
7-
// import dotenv from 'dotenv';
8-
// import path from 'path';
9-
// dotenv.config({ path: path.resolve(__dirname, '.env') });
10-
113
/**
124
* See https://playwright.dev/docs/test-configuration.
135
*/

0 commit comments

Comments
 (0)