Skip to content

Commit

Permalink
fix: addressed bug that brought down code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MauritsioRK committed May 8, 2020
1 parent 1f09f31 commit 9d6608f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/public/logs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function () {
browser = await puppeteer.launch({ args: ['--no-sandbox'] });
page = await browser.newPage();
await Promise.all([
page.coverage.startJSCoverage(),
page.coverage.startJSCoverage({ resetOnNavigation: false }),
page.coverage.startCSSCoverage(),
]);

Expand Down

0 comments on commit 9d6608f

Please sign in to comment.