mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: scrub port from coverage golden files (#1723)
This commit is contained in:
committed by
Andrey Lushnikov
parent
f0b11ad22e
commit
e7eacd443f
@@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"url": "http://localhost:8907/csscoverage/involved.html",
|
||||
"url": "http://localhost:<PORT>/csscoverage/involved.html",
|
||||
"ranges": [
|
||||
{
|
||||
"start": 149,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"url": "http://localhost:8907/jscoverage/involved.html",
|
||||
"url": "http://localhost:<PORT>/jscoverage/involved.html",
|
||||
"ranges": [
|
||||
{
|
||||
"start": 0,
|
||||
|
||||
Reference in New Issue
Block a user