Skip to content

Commit f251f50

Browse files
committed
unskip operations test
1 parent 892a2ab commit f251f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-specific/operation_examples.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { enumToString } from '../../../src/utils';
55
import { sleep as delay } from '../../tools/utils';
66
import { setupDatabase } from '../shared';
77

8-
describe.skip('Operations', function () {
8+
describe('Operations', function () {
99
let client: MongoClient;
1010

1111
beforeEach(async function () {

0 commit comments

Comments
 (0)