chore: enforce a max line length on comments (#6055)

This commit is contained in:
Jack Franklin
2020-06-19 15:39:03 +01:00
committed by GitHub
parent 7978315de7
commit e7b91a7f41
17 changed files with 109 additions and 53 deletions

View File

@@ -15,8 +15,9 @@
*/
/* We want to ensure that all of Puppeteer's public API is tested via our unit
* tests but we can't use a tool like Istanbul because the way it instruments code
* unfortunately breaks in Puppeteer where some of that code is then being executed in a browser context.
* tests but we can't use a tool like Istanbul because the way it instruments
* code unfortunately breaks in Puppeteer where some of that code is then being
* executed in a browser context.
*
* So instead we maintain this coverage code which does the following:
* * takes every public method that we expect to be tested