UNPKG

suitest-js-api

Version:

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

12 lines (8 loc) 174 B
/* eslint-disable key-spacing */ const tapTypes = { SINGLE: 'single', DOUBLE: 'double', LONG: 'long', }; Object.freeze(tapTypes); module.exports = tapTypes;