Skip to content

Commit d7194c7

Browse files
Eduard Bosch BertranEduard Bosch Bertran
Eduard Bosch Bertran
authored and
Eduard Bosch Bertran
committed
test: Test regex with $all only in MongoDB
1 parent e209087 commit d7194c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/MongoTransform.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@ describe('parseObjectToMongoObjectForCreate', () => {
320320
done();
321321
});
322322

323+
});
324+
325+
describe_only_db('mongo')('parseObjectToMongoObjectForCreate', () => {
323326
it('$regex in $all list', (done) => {
324327
var input = {
325328
arrayField: {'$all': [{$regex: '^\\Qone\\E'}, {$regex: '^\\Qtwo\\E'}, {$regex: '^\\Qthree\\E'}]},

0 commit comments

Comments
 (0)