UNPKG

suitest-js-api

Version:

Suitest is a test automation and device manipulation tool for living room devices and web browsers.

10 lines (7 loc) 123 B
const ACCURACY = { HIGH: 'high', MEDIUM: 'medium', LOW: 'low', }; Object.freeze(ACCURACY); module.exports = ACCURACY;