mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-11 16:20:26 +08:00
11 lines
307 B
JavaScript
11 lines
307 B
JavaScript
var CodePushWrapper = require("../codePushWrapper.js");
|
|
|
|
module.exports = {
|
|
startTest: function(testApp) {
|
|
CodePushWrapper.checkForUpdate(testApp, undefined, undefined, "CUSTOM-DEPLOYMENT-KEY");
|
|
},
|
|
|
|
getScenarioName: function() {
|
|
return "Check for Update Custom Key";
|
|
}
|
|
}; |