refactor: Bump to jasmine 5.6.0 (#9453)
This commit is contained in:
@@ -1224,14 +1224,11 @@ describe('PushController', () => {
|
||||
},
|
||||
};
|
||||
|
||||
beforeEach(done => {
|
||||
reconfigureServer({
|
||||
beforeEach(async () => {
|
||||
await reconfigureServer({
|
||||
push: { adapter: pushAdapter },
|
||||
})
|
||||
.then(() => {
|
||||
config = Config.get(Parse.applicationId);
|
||||
})
|
||||
.then(done, done.fail);
|
||||
});
|
||||
config = Config.get(Parse.applicationId);
|
||||
});
|
||||
|
||||
it('should throw if both expiration_time and expiration_interval are set', () => {
|
||||
|
||||
Reference in New Issue
Block a user