Update parse-server-push-adapter to the latest version 🚀 (#3983)

* fix(package): update parse-server-push-adapter to version 2.0.0

* Update helper.js

* default push config to android as ios is pickier
This commit is contained in:
greenkeeper[bot]
2017-07-01 23:34:47 -04:00
committed by Florent Vilmart
parent 2f00e4afda
commit d8a257d951
3 changed files with 7 additions and 8 deletions

View File

@@ -107,8 +107,9 @@ describe("AdapterLoader", ()=>{
it("should load push adapter from options", (done) => {
var options = {
ios: {
bundleId: 'bundle.id'
android: {
senderId: 'yolo',
apiKey: 'yolo'
}
}
expect(() => {