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

13 lines
322 B
JavaScript

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