refactor: Bump to jasmine 5.6.0 (#9453)
This commit is contained in:
@@ -69,8 +69,8 @@ const get = function (url, options) {
|
||||
};
|
||||
|
||||
describe('Parse.Query Aggregate testing', () => {
|
||||
beforeEach(done => {
|
||||
loadTestData().then(done, done);
|
||||
beforeEach(async () => {
|
||||
await loadTestData();
|
||||
});
|
||||
|
||||
it('should only query aggregate with master key', done => {
|
||||
|
||||
Reference in New Issue
Block a user