diff --git a/lighthouse-cli/test/smokehouse/dobetterweb/dbw-expectations.js b/lighthouse-cli/test/smokehouse/dobetterweb/dbw-expectations.js index 94bc9c00505e..360775167751 100644 --- a/lighthouse-cli/test/smokehouse/dobetterweb/dbw-expectations.js +++ b/lighthouse-cli/test/smokehouse/dobetterweb/dbw-expectations.js @@ -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'}, + ], + }, }, }, },