We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7ad48 commit 466d789Copy full SHA for 466d789
1 file changed
spec/ParseLiveQueryQuery.spec.js
@@ -23,6 +23,9 @@ describe('ParseLiveQuery query operation', function () {
23
await client.close();
24
}
25
jasmine.restoreLibrary('../lib/LiveQuery/ParseWebSocketServer', 'ParseWebSocketServer');
26
+ // Restore Client.pushError
27
+ const Client = require('../lib/LiveQuery/Client').Client;
28
+ delete Client.pushError;
29
});
30
31
function addMockClient(parseLiveQueryServer, clientId) {
0 commit comments