fix(lint): fix doclint and preprocessor tests (#3793)

This commit is contained in:
Joel Einbinder 2020-09-08 10:19:26 -07:00 committed by GitHub
parent 74f1a64e36
commit 658b34e3fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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();

View file

@ -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 = {