mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: add missing code coverage ranges that span only a single character (#8911)
This commit is contained in:
@@ -6,6 +6,7 @@ function foo() {
|
||||
console.log(2);
|
||||
let x = 1 > 2 ? 'foo' : 'bar';
|
||||
let y = 1 < 2 ? 'foo' : 'bar';
|
||||
let p = {a:1 > 2?function(){console.log('unused');}:function(){console.log('unused');}};
|
||||
let z = () => {};
|
||||
let q = () => {};
|
||||
q();
|
||||
|
||||
Reference in New Issue
Block a user