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 ce50731 commit 5505c68Copy full SHA for 5505c68
test/integration/client-side-operations-timeout/node_csot.test.ts
@@ -1,12 +1,10 @@
1
/* Anything javascript specific relating to timeouts */
2
import { expect } from 'chai';
3
-import * as sinon from 'sinon';
4
5
import {
6
type ClientSession,
7
type Collection,
8
type CommandStartedEvent,
9
- CountOperation,
10
type Db,
11
type FindCursor,
12
LEGACY_HELLO_COMMAND,
@@ -16,10 +14,6 @@ import {
16
14
} from '../../mongodb';
17
15
18
describe('CSOT driver tests', () => {
19
- afterEach(() => {
20
- sinon.restore();
21
- });
22
-
23
describe('timeoutMS inheritance', () => {
24
let client: MongoClient;
25
let db: Db;
0 commit comments