Files
react-native-code-push/test/template/scenarios/scenarioCheckForUpdateCustomKey.js
scottbommarito 7ae7b48eac server url pls
2016-05-13 17:22:34 -07:00

11 lines
307 B
JavaScript

var CodePushWrapper = require("../codePushWrapper.js");
module.exports = {
startTest: function(testApp) {
CodePushWrapper.checkForUpdate(testApp, undefined, undefined, "CUSTOM-DEPLOYMENT-KEY");
},
getScenarioName: function() {
return "Check for Update Custom Key";
}
};