UNPKG

detox-allure2-adapter

Version:
14 lines 544 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DetoxGenymotionManager = void 0; const utils_1 = require("../../utils"); class DetoxGenymotionManager { static setLocation(lat, lon) { return (0, utils_1.msg)(`Set location to (${lat}, ${lon})`, { latitude: lat, longitude: lon }); } static getGenymotionManager() { return (0, utils_1.msg)('Get Genymotion manager'); } } exports.DetoxGenymotionManager = DetoxGenymotionManager; //# sourceMappingURL=DetoxGenymotionManager.js.map