chore: align lint w/ playwright (#729)

This commit is contained in:
Pavel Feldman
2025-07-21 17:07:13 -07:00
committed by GitHub
parent eeeab4f042
commit f1826b96b6
7 changed files with 46 additions and 19 deletions

View File

@@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import child_process from 'child_process';
import fs from 'fs/promises';
import { test, expect } from './fixtures.js';
import fs from 'node:fs/promises';
import child_process from 'node:child_process';
test('library can be used from CommonJS', { annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright-mcp/issues/456' } }, async ({}, testInfo) => {
const file = testInfo.outputPath('main.cjs');