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

12 lines
333 B
JavaScript

var CodePushWrapper = require("../codePushWrapper.js");
module.exports = {
startTest: function(testApp) {
CodePushWrapper.checkForUpdate(testApp,
CodePushWrapper.download.bind(undefined, testApp, undefined, undefined));
},
getScenarioName: function() {
return "Download Update";
}
};