Skip to content

Commit

Permalink
core(artifacts): encapsulate node details in an object (#11695, reland
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Dec 8, 2020
1 parent f329ca0 commit 2cbbd28
Show file tree
Hide file tree
Showing 75 changed files with 1,453 additions and 985 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ const expectations = [
// deep in the DOM, and the sample LHR test has plenty of places that would catch
// a regression in `devtoolsNodePath` calculation. Keep just one for the benefit
// of other smoke test runners.
devtoolsNodePath: '2,HTML,0,HEAD,3,SCRIPT',
node: {
devtoolsNodePath: '2,HTML,0,HEAD,3,SCRIPT',
},
},
{
type: 'application/javascript',
Expand Down
Loading

0 comments on commit 2cbbd28

Please sign in to comment.