Skip to content

Commit 59a57f7

Browse files
Eduard Bosch BertranEduard Bosch Bertran
Eduard Bosch Bertran
authored and
Eduard Bosch Bertran
committed
Revert "test: Test regex with $all only in MongoDB"
This reverts commit d7194c7.
1 parent d7194c7 commit 59a57f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec/MongoTransform.spec.js

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

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

0 commit comments

Comments
 (0)