chore: move helper.js to util.js (#8510)

This commit is contained in:
jrandolf
2022-06-14 13:16:21 +02:00
committed by GitHub
parent 6efb660f4d
commit 0678343b53
19 changed files with 222 additions and 229 deletions

View File

@@ -25,7 +25,7 @@ import {
Browser,
BrowserContext,
} from '../lib/cjs/puppeteer/common/Browser.js';
import { isErrorLike } from '../lib/cjs/puppeteer/common/helper.js';
import { isErrorLike } from '../lib/cjs/puppeteer/common/util.js';
import { Page } from '../lib/cjs/puppeteer/common/Page.js';
import { PuppeteerNode } from '../lib/cjs/puppeteer/node/Puppeteer.js';
import puppeteer from '../lib/cjs/puppeteer/puppeteer.js';