mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(lint): fix doclint and preprocessor tests (#3793)
This commit is contained in:
parent
74f1a64e36
commit
658b34e3fe
@ -20,7 +20,7 @@ const checkPublicAPI = require('..');
|
||||
const Source = require('../../Source');
|
||||
const mdBuilder = require('../MDBuilder');
|
||||
const jsBuilder = require('../JSBuilder');
|
||||
const { registerWorkerFixture } = require('@playwright/test-runner');
|
||||
const { registerWorkerFixture, describe, it, expect } = require('@playwright/test-runner');
|
||||
|
||||
registerWorkerFixture('page', async({}, test) => {
|
||||
const browser = await playwright.chromium.launch();
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
|
||||
const {runCommands} = require('.');
|
||||
const Source = require('../Source');
|
||||
const { describe, it, expect } = require('@playwright/test-runner');
|
||||
|
||||
describe('runCommands', function() {
|
||||
const OPTIONS_REL = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user