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

11 lines
249 B
JavaScript

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