Skip to content

Commit

Permalink
Add console log to see what's going on
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed May 2, 2024
1 parent bf1983b commit 7e43fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/onFCP-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ describe('onFCP()', async function () {
await beaconCountIs(1);

const [fcp1] = await getBeacons();
console.log(fcp1);
assert(fcp1.value >= 0);
assert(fcp1.id.match(/^v4-\d+-\d+$/));
assert.strictEqual(fcp1.name, 'FCP');
Expand Down

0 comments on commit 7e43fe7

Please sign in to comment.