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

12 lines
280 B
JavaScript

var CodePushWrapper = require("../codePushWrapper.js");
module.exports = {
startTest: function(testApp) {
testApp.readyAfterUpdate();
CodePushWrapper.sync(testApp);
},
getScenarioName: function() {
return "Good Update (w/ Sync)";
}
};