Skip to content

Commit

Permalink
fix(lint): fix doclint and preprocessor tests (#3793)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder authored Sep 8, 2020
1 parent 74f1a64 commit 658b34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion utils/doclint/check_public_api/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
1 change: 1 addition & 0 deletions utils/doclint/preprocessor/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 658b34e

Please sign in to comment.