Skip to content

Commit

Permalink
MWPW-156606 - protect .page and .live sites
Browse files Browse the repository at this point in the history
- fix
  • Loading branch information
richardhand committed Aug 14, 2024
1 parent 25cf60c commit be64668
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configs/dme.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// @ts-check
const { devices } = require('@playwright/test');


const envs = require('../envs/envs.js');

Check failure on line 4 in configs/dme.config.js

View workflow job for this annotation

GitHub Actions / Running eslint

[eslint] reported by reviewdog 🐶 'envs' is assigned a value but never used. Raw Output: {"ruleId":"no-unused-vars","severity":2,"message":"'envs' is assigned a value but never used.","line":4,"column":7,"nodeType":"Identifier","messageId":"unusedVar","endLine":4,"endColumn":11}
require('dotenv').config();

console.log('process.env', process.env);

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

0 comments on commit be64668

Please sign in to comment.