Skip to content

Commit

Permalink
misc: fix bad auto-merge (#8201)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored Apr 11, 2019
1 parent 9faf2ff commit 8d5ca69
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lighthouse-cli/test/smokehouse/dobetterweb/dbw-expectations.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,16 +143,16 @@ module.exports = [
}],
},
},
},
'dom-size': {
score: 1,
rawValue: 31,
details: {
items: [
{statistic: 'Total DOM Elements', value: '31'},
{statistic: 'Maximum DOM Depth', value: '3'},
{statistic: 'Maximum Child Elements', value: '29'},
],
'dom-size': {
score: 1,
rawValue: 31,
details: {
items: [
{statistic: 'Total DOM Elements', value: '31'},
{statistic: 'Maximum DOM Depth', value: '3'},
{statistic: 'Maximum Child Elements', value: '29'},
],
},
},
},
},
Expand Down

0 comments on commit 8d5ca69

Please sign in to comment.