SERVER-79735 Convert jstest corpus to use es modules
This commit is contained in:
committed by
Evergreen Agent
parent
cbb3da8712
commit
a4f458fe4d
@@ -1,9 +1,6 @@
|
||||
/**
|
||||
* Basic test for querying on documents containing arrays.
|
||||
*/
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
const collNamePrefix = 'array4_';
|
||||
let collCount = 0;
|
||||
|
||||
@@ -43,5 +40,4 @@ query = {
|
||||
|
||||
docs = t.find(query).toArray();
|
||||
assert.eq(docs.length, 1, tojson(docs));
|
||||
assert.eq(docs[0].a[0], 0, tojson(docs));
|
||||
}());
|
||||
assert.eq(docs[0].a[0], 0, tojson(docs));
|
||||
Reference in New Issue
Block a user