UNPKG

suitest-js-api

Version:

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

13 lines (9 loc) 295 B
/* eslint-disable key-spacing */ const screenOrientation = { PORTRAIT: 'portrait', PORTRAIT_REVERSED: 'portraitReversed', LANDSCAPE: 'landscape', LANDSCAPE_REVERSED: 'landscapeReversed', }; Object.freeze(screenOrientation); module.exports = screenOrientation;