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) 123 B
const hadNoError = { ALL: 'all', CURRENT_URL: 'currentUrl', }; Object.freeze(hadNoError); module.exports = hadNoError;