Skip to content

Commit

Permalink
fix: put istandbul output back into .nyc_output
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Sep 12, 2022
1 parent fbf90c6 commit 68cf2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/setup/coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as path from 'path'
import * as crypto from 'crypto'
import { test as baseTest } from '@playwright/test'

const istanbulCLIOutput = path.join(process.cwd(), 'coverage', 'playwright')
const istanbulCLIOutput = path.join(process.cwd(), '.nyc_output')

export function generateUUID () {
return crypto.randomBytes(16).toString('hex')
Expand Down

0 comments on commit 68cf2f3

Please sign in to comment.