Skip to content

Commit f280b26

Browse files
committed
fix: import process instead of reading from the global variable
Fixes #195 (comment) In the long run we need to add https://github.com/playwright-community/eslint-plugin-playwright/ to the playwright setup too.
1 parent aae99c7 commit f280b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/config/playwright/playwright.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import process from 'node:process'
12
import { defineConfig, devices } from '@playwright/test'
23

34
/**

0 commit comments

Comments
 (0)