Skip to content

Commit 666057a

Browse files
committed
Revert "core(artifacts): encapsulate node details in an object (#11474)"
This reverts commit 19160c2.
1 parent 19160c2 commit 666057a

File tree

75 files changed

+1271
-2049
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1271
-2049
lines changed

lighthouse-cli/test/smokehouse/test-definitions/byte-efficiency/expectations.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ const expectations = [
2323
// deep in the DOM, and the sample LHR test has plenty of places that would catch
2424
// a regression in `devtoolsNodePath` calculation. Keep just one for the benefit
2525
// of other smoke test runners.
26-
node: {
27-
devtoolsNodePath: '2,HTML,0,HEAD,3,SCRIPT',
28-
},
26+
devtoolsNodePath: '2,HTML,0,HEAD,3,SCRIPT',
2927
},
3028
{
3129
type: 'application/javascript',

0 commit comments

Comments
 (0)