We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfba08b commit 545e3c1Copy full SHA for 545e3c1
spec/ParseQuery.FullTextSearch.spec.js
@@ -29,7 +29,7 @@ const fullTextHelper = async () => {
29
);
30
};
31
32
-fdescribe('Parse.Query Full Text Search testing', () => {
+describe('Parse.Query Full Text Search testing', () => {
33
it('fullTextSearch: $search', async () => {
34
await fullTextHelper();
35
const query = new Parse.Query('TestObject');
0 commit comments