Skip to content

Commit 545e3c1

Browse files
committed
Update ParseQuery.FullTextSearch.spec.js
1 parent bfba08b commit 545e3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseQuery.FullTextSearch.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const fullTextHelper = async () => {
2929
);
3030
};
3131

32-
fdescribe('Parse.Query Full Text Search testing', () => {
32+
describe('Parse.Query Full Text Search testing', () => {
3333
it('fullTextSearch: $search', async () => {
3434
await fullTextHelper();
3535
const query = new Parse.Query('TestObject');

0 commit comments

Comments
 (0)