Skip to content

Commit 06e9a08

Browse files
fix lint
1 parent fb8390f commit 06e9a08

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

test/integration/node-specific/bson-options/utf8_validation.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
import { expect } from 'chai';
22
import * as net from 'net';
33
import * as sinon from 'sinon';
4-
import { inspect } from 'util';
54

65
import {
76
BSON,
87
BSONError,
98
type Collection,
109
type MongoClient,
1110
MongoServerError,
12-
OnDemandDocument,
1311
OpMsgResponse
1412
} from '../../../mongodb';
1513

test/unit/cmap/wire_protocol/responses.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import { expect } from 'chai';
22

3-
// to spy on the bson module, we must import it from the driver
4-
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
5-
import * as mdb from '../../../../src/bson';
63
import {
74
CursorResponse,
85
Int32,

0 commit comments

Comments
 (0)