ci: Find duplicate and slow tests (#9188)
This commit is contained in:
@@ -382,7 +382,6 @@ describe('ParseLiveQuery', function () {
|
||||
await obj2.save();
|
||||
obj2.set('foo', 'bart');
|
||||
await obj2.save();
|
||||
await sleep(2000);
|
||||
expect(createSpy).toHaveBeenCalledTimes(1);
|
||||
expect(updateSpy).toHaveBeenCalledTimes(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user