UNPKG

suitest-js-api

Version:

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

9 lines (6 loc) 115 B
const modes = { TOKEN: 'token', TEST_COMMAND: 'TEST_COMMAND', }; Object.freeze(modes); module.exports = modes;