UNPKG

suitest-js-api

Version:

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

11 lines (7 loc) 159 B
/* eslint-disable key-spacing */ const launchMode = { RESUME: 'resume', RESTART: 'restart', }; Object.freeze(launchMode); module.exports = launchMode;