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:
committed by
Florent Vilmart
parent
2f00e4afda
commit
d8a257d951
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user