update yarn.lock
This commit is contained in:
@ -759,10 +759,7 @@ export async function setup(context: BrowserContext, page: Page) {
|
||||
(coverageJSON: string) => {
|
||||
if (coverageJSON) {
|
||||
fs.writeFileSync(
|
||||
join(
|
||||
istanbulCLIOutput,
|
||||
`playwright_coverage_${uuidv4()}.json`
|
||||
),
|
||||
join(istanbulCLIOutput, `playwright_coverage_${uuidv4()}.json`),
|
||||
coverageJSON
|
||||
)
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user