Skip to content

Commit 7e39947

Browse files
remove fits
1 parent 2cc8222 commit 7e39947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/ParseLiveQuery.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ describe('ParseLiveQuery', function () {
13091309
expect(createSpy).toHaveBeenCalledTimes(1);
13101310
});
13111311

1312-
fit('Live query should work if needle is ParsePointer and haystack is any[], checking QueryTools.js>contains', async () => {
1312+
it('Live query should work if needle is ParsePointer and haystack is any[], checking QueryTools.js>contains', async () => {
13131313
await reconfigureServer({
13141314
liveQuery: {
13151315
classNames: ['TestObject'],
@@ -1339,7 +1339,7 @@ describe('ParseLiveQuery', function () {
13391339
});
13401340

13411341

1342-
fit('Live query should work if we set equalTo(someKey,someParseObject) and new Parse object is created but someKey = null', async () => {
1342+
it('Live query should work if we set equalTo(someKey,someParseObject) and new Parse object is created but someKey = null', async () => {
13431343
await reconfigureServer({
13441344
liveQuery: {
13451345
classNames: ['TestObject'],

0 commit comments

Comments
 (0)