UNPKG

askui

Version:

Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on

8 lines (7 loc) 209 B
export class ControlRequest { constructor(controlCommand) { this.controlCommand = controlCommand; this.msgName = ControlRequest.msgName; } } ControlRequest.msgName = 'CONTROL_REQUEST';