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) 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UiControllerWin32 = void 0; const ui_controller_facade_1 = require("./ui-controller-facade"); class UiControllerWin32 extends ui_controller_facade_1.UiControllerFacade { } exports.UiControllerWin32 = UiControllerWin32;