UNPKG

@progress/kendo-e2e

Version:

Kendo UI end-to-end test utilities.

12 lines 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ElectronApp = void 0; const web_app_1 = require("./web-app"); /** * Our VSCode tests would extend the {@link ElectronApp} class. * Functionality common for electron apps, but not available for browsers, goes here. */ class ElectronApp extends web_app_1.WebApp { } exports.ElectronApp = ElectronApp; //# sourceMappingURL=electron-app.js.map