detox-allure2-adapter
Version:
Detox adapter for jest-allure2-reporter
14 lines • 544 B
JavaScript
;
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