Home
last modified time | relevance | path

Searched refs:testPoint (Results 1 – 1 of 1) sorted by relevance

/expo/apps/test-suite/tests/
H A DBarCodeScanner.js19 const testPoint = (value, expected, inaccuracy) => { function
33 testPoint(bounds.origin.x, expectedBounds.origin.x, originInaccuracy);
34 testPoint(bounds.origin.y, expectedBounds.origin.y, originInaccuracy);
36 testPoint(bounds.size.width, expectedBounds.size.width, sizeInaccuracy);
37 testPoint(bounds.size.height, expectedBounds.size.height, sizeInaccuracy);