Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Raine <[email protected]>
  • Loading branch information
adrianaixba and adamraine authored Jul 19, 2023
1 parent 76b7809 commit 3f88ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/audits/uses-rel-preconnect-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ describe('Performance: uses-rel-preconnect audit', () => {
{
url: 'https://cdn.example.com/second',
initiator: {},
networkRequestTime: 4000,
networkRequestTime: 4000, // starts *after* FCP
networkEndTime: 4500, // ends *before* LCP
timing: {
dnsStart: 100,
Expand Down

0 comments on commit 3f88ca3

Please sign in to comment.