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 892a2ab commit f251f50Copy full SHA for f251f50
test/integration/node-specific/operation_examples.test.ts
@@ -5,7 +5,7 @@ import { enumToString } from '../../../src/utils';
5
import { sleep as delay } from '../../tools/utils';
6
import { setupDatabase } from '../shared';
7
8
-describe.skip('Operations', function () {
+describe('Operations', function () {
9
let client: MongoClient;
10
11
beforeEach(async function () {
0 commit comments