fix lint issues
This commit is contained in:
parent
38a16c5738
commit
0b2a74e9ac
|
|
@ -19,14 +19,12 @@ import type { StackFrame } from '@protocol/channels';
|
|||
import util from 'util';
|
||||
import path from 'path';
|
||||
import url from 'url';
|
||||
import childProcess from 'child_process';
|
||||
import { debug, mime, minimatch, parseStackTraceLine } from 'playwright-core/lib/utilsBundle';
|
||||
import { formatCallLog } from 'playwright-core/lib/utils';
|
||||
import type { TestInfoError } from './../types/test';
|
||||
import type { Location } from './../types/testReporter';
|
||||
import { calculateSha1, isRegExp, isString, sanitizeForFilePath, stringifyStackFrames } from 'playwright-core/lib/utils';
|
||||
import type { RawStack } from 'playwright-core/lib/utils';
|
||||
import { affectedTestFiles } from './transform/compilationCache';
|
||||
|
||||
const PLAYWRIGHT_TEST_PATH = path.join(__dirname, '..');
|
||||
const PLAYWRIGHT_CORE_PATH = path.dirname(require.resolve('playwright-core/package.json'));
|
||||
|
|
|
|||
Loading…
Reference in a new issue