Skip to content

Commit

Permalink
golden json x 3, isn't it great
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Oct 26, 2018
1 parent 3877760 commit aab1fc2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion lighthouse-cli/test/cli/__snapshots__/index-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,11 @@ Object {
"id": "works-offline",
"weight": 5,
},
Object {
"group": "pwa-fast-reliable",
"id": "offline-start-url",
"weight": 1,
},
Object {
"group": "pwa-installable",
"id": "is-on-https",
Expand All @@ -836,7 +841,7 @@ Object {
Object {
"group": "pwa-installable",
"id": "webapp-install-banner",
"weight": 3,
"weight": 2,
},
Object {
"group": "pwa-engaging",
Expand Down
7 changes: 6 additions & 1 deletion lighthouse-core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2936,6 +2936,11 @@
"weight": 5,
"group": "pwa-fast-reliable"
},
{
"id": "offline-start-url",
"weight": 1,
"group": "pwa-fast-reliable"
},
{
"id": "is-on-https",
"weight": 2,
Expand All @@ -2948,7 +2953,7 @@
},
{
"id": "webapp-install-banner",
"weight": 3,
"weight": 2,
"group": "pwa-installable"
},
{
Expand Down
7 changes: 6 additions & 1 deletion proto/sample_v2_round_trip.json
Original file line number Diff line number Diff line change
Expand Up @@ -3049,6 +3049,11 @@
"id": "works-offline",
"weight": 5.0
},
{
"group": "pwa-fast-reliable",
"id": "offline-start-url",
"weight": 1.0
},
{
"group": "pwa-installable",
"id": "is-on-https",
Expand All @@ -3062,7 +3067,7 @@
{
"group": "pwa-installable",
"id": "webapp-install-banner",
"weight": 3.0
"weight": 2.0
},
{
"group": "pwa-engaging",
Expand Down

0 comments on commit aab1fc2

Please sign in to comment.