Skip to content

Commit 3fa8ae0

Browse files
committed
Linting
1 parent 934b803 commit 3fa8ae0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/e2e/onINP-test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,9 @@ describe('onINP()', async function () {
841841

842842
const [inp1] = await getBeacons();
843843
assert(inp1.attribution.longAnimationFrameEntries.length > 0);
844-
assert(Object.keys(inp1.attribution.longAnimationFrameSummary).length !== 0);
844+
assert(
845+
Object.keys(inp1.attribution.longAnimationFrameSummary).length !== 0,
846+
);
845847
assert.equal(
846848
inp1.attribution.longAnimationFrameSummary.numIntersectingScripts,
847849
1,

0 commit comments

Comments
 (0)