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 3a46302 commit d032063Copy full SHA for d032063
spec/ParseLiveQuery.spec.js
@@ -5,8 +5,6 @@ const validatorFail = () => {
5
throw 'you are not authorized';
6
};
7
8
-console.log('jasmine.ASYNC_TEST_WAIT_TIME=' + jasmine.ASYNC_TEST_WAIT_TIME);
9
-
10
describe('ParseLiveQuery', function () {
11
it('access user on onLiveQueryEvent disconnect', async done => {
12
await reconfigureServer({
0 commit comments