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) 195 B
/* eslint-disable key-spacing */ const directions = { UP: 'up', DOWN: 'down', LEFT: 'left', RIGHT: 'right', }; Object.freeze(directions); module.exports = directions;