mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-13 01:18:56 +08:00
11 lines
230 B
JavaScript
11 lines
230 B
JavaScript
var CodePushWrapper = require("../codePushWrapper.js");
|
|
|
|
module.exports = {
|
|
startTest: function(testApp) {
|
|
testApp.readyAfterUpdate();
|
|
},
|
|
|
|
getScenarioName: function() {
|
|
return "Bad Update";
|
|
}
|
|
}; |