Ensures the test suites are properly formed for vscode jasmine plugin (#4901)

* Ensures the test suites are properly formed for vscode jasmine plugin

* nit
This commit is contained in:
Florent Vilmart
2018-07-19 07:05:27 +00:00
committed by GitHub
parent efb6c63a95
commit a2c40367fa
4 changed files with 12 additions and 41 deletions

View File

@@ -280,7 +280,7 @@ describe('Parse.Query Full Text Search testing', () => {
});
});
describe_only_db('mongo')('Parse.Query Full Text Search testing', () => {
describe_only_db('mongo')('[mongodb] Parse.Query Full Text Search testing', () => {
it('fullTextSearch: does not create text index if compound index exist', (done) => {
fullTextHelper().then(() => {
return databaseAdapter.dropAllIndexes('TestObject');
@@ -451,7 +451,7 @@ describe_only_db('mongo')('Parse.Query Full Text Search testing', () => {
});
});
describe_only_db('postgres')('Parse.Query Full Text Search testing', () => {
describe_only_db('postgres')('[postgres] Parse.Query Full Text Search testing', () => {
it('fullTextSearch: $diacriticSensitive - false', (done) => {
fullTextHelper().then(() => {
const where = {