SERVER-79735 Convert jstest corpus to use es modules

This commit is contained in:
Matt Broadstone
2023-07-06 22:43:46 +00:00
committed by Evergreen Agent
parent cbb3da8712
commit a4f458fe4d
4654 changed files with 12334 additions and 24602 deletions

View File

@@ -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));