@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines • 567 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isSwapDisableAppsInstall = exports.isIntegrationTestEnv = void 0;
const live_env_1 = require("@ledgerhq/live-env");
const isIntegrationTestEnv = () => (0, live_env_1.getEnv)("MOCK") && !(0, live_env_1.getEnv)("PLAYWRIGHT_RUN");
exports.isIntegrationTestEnv = isIntegrationTestEnv;
const isSwapDisableAppsInstall = () => (0, live_env_1.getEnv)("SWAP_DISABLE_APPS_INSTALL");
exports.isSwapDisableAppsInstall = isSwapDisableAppsInstall;
//# sourceMappingURL=isIntegrationTestEnv.js.map