MCPcopy Create free account
hub / github.com/GoogleChrome/web-vitals / assertIsCloseTo

Function assertIsCloseTo

test/utils/assertIsCloseTo.js:23–25  ·  view source on GitHub ↗
(actual, expected, maxDelta)

Source from the content-addressed store, hash-verified

21 * @return Bool
22 */
23export function assertIsCloseTo(actual, expected, maxDelta) {
24 return assert.ok(Math.abs(actual - expected) <= maxDelta);
25}

Callers 1

onINP-test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected