Skip to content

Commit 0c1d479

Browse files
committed
rm nyc output
1 parent a1d1113 commit 0c1d479

6 files changed

+1
-6
lines changed

.nyc_output/09c5e365-77b7-49ac-ae2b-2b7d3158399a.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.nyc_output/5df11076-ceea-47ff-8dba-9fde7457ec74.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.nyc_output/processinfo/09c5e365-77b7-49ac-ae2b-2b7d3158399a.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.nyc_output/processinfo/5df11076-ceea-47ff-8dba-9fde7457ec74.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.nyc_output/processinfo/index.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = async (
2626
// Create a new page and navigate to it
2727
const page = await browser.newPage()
2828

29-
// // Start CSS coverage. This is the meat and bones of this module
29+
// Start CSS coverage. This is the meat and bones of this module
3030
await page.coverage.startCSSCoverage()
3131
const response = await page.goto(url, {waitUntil})
3232

0 commit comments

Comments
 (0)