We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c319be6 commit f9992dfCopy full SHA for f9992df
packages/e2e-tests/test/e2e-bson.spec.ts
@@ -31,7 +31,7 @@ describe('BSON e2e', function () {
31
await client.close();
32
});
33
34
- describe.only('printed BSON', function () {
+ describe('printed BSON', function () {
35
const outputDoc = {
36
ObjectId: "ObjectId('5f16b8bebe434dc98cdfc9ca')",
37
DBRef1: "DBRef('a', ObjectId('5f16b8bebe434dc98cdfc9cb'), 'db')",
0 commit comments