update yarn.lock

This commit is contained in:
Kurt Hutten Irev-Dev
2024-08-22 20:57:08 +10:00
parent 0839f5e95c
commit 19a001a08a
2 changed files with 9163 additions and 42 deletions

View File

@ -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