Skip to content

Commit

Permalink
Updates artifacts.json and sample_v2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
umaar committed Apr 29, 2020
1 parent f3347be commit 52b666c
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 64 deletions.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/seo/anchor-href.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class AnchorHref extends Audit {
return {
node: {
type: 'node',
snippet: node.outerHTML + node.text,
snippet: node.outerHTML,
},
};
});
Expand Down
Loading

0 comments on commit 52b666c

Please sign in to comment.