fix lint
This commit is contained in:
parent
3521f8ab5f
commit
ccc95ec335
|
|
@ -23,7 +23,7 @@ import {
|
||||||
addSuffixToFilePath,
|
addSuffixToFilePath,
|
||||||
trimLongString, callLogText,
|
trimLongString, callLogText,
|
||||||
expectTypes,
|
expectTypes,
|
||||||
sanitizeFilePathBeforeExtension} from '../util';
|
sanitizeFilePathBeforeExtension } from '../util';
|
||||||
import { colors } from 'playwright-core/lib/utilsBundle';
|
import { colors } from 'playwright-core/lib/utilsBundle';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue