Home
last modified time | relevance | path

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

/expo/apps/test-suite/tests/
H A DBarCodeScanner.js19 const testPoint = (value, expected, inaccuracy) => { argument
20 t.expect(value).toBeGreaterThanOrEqual(expected - inaccuracy);
21 t.expect(value).toBeLessThan(expected + inaccuracy);