mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-11 08:04:23 +08:00
11 lines
249 B
JavaScript
11 lines
249 B
JavaScript
var CodePushWrapper = require("../codePushWrapper.js");
|
|
|
|
module.exports = {
|
|
startTest: function(testApp) {
|
|
CodePushWrapper.checkForUpdate(testApp);
|
|
},
|
|
|
|
getScenarioName: function() {
|
|
return "Check for Update";
|
|
}
|
|
}; |