mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: enforce a max line length on comments (#6055)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user