Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Jul 29, 2024
1 parent ce50731 commit 5505c68
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/* Anything javascript specific relating to timeouts */
import { expect } from 'chai';
import * as sinon from 'sinon';

import {
type ClientSession,
type Collection,
type CommandStartedEvent,
CountOperation,
type Db,
type FindCursor,
LEGACY_HELLO_COMMAND,
Expand All @@ -16,10 +14,6 @@ import {
} from '../../mongodb';

describe('CSOT driver tests', () => {
afterEach(() => {
sinon.restore();
});

describe('timeoutMS inheritance', () => {
let client: MongoClient;
let db: Db;
Expand Down

0 comments on commit 5505c68

Please sign in to comment.