Skip to content

Commit ae73b5d

Browse files
committed
fix: lint
1 parent 6c22c80 commit ae73b5d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/integration/mongodb-handshake/mongodb-handshake.prose.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
getFAASEnv,
77
Int32,
88
LEGACY_HELLO_COMMAND,
9-
MongoDBResponse,
109
type MongoClient
1110
} from '../../mongodb';
1211
import { sleep } from '../../tools/utils';

test/unit/collection.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ describe('Collection', function () {
2525

2626
server.setMessageHandler(request => {
2727
const doc = request.document;
28-
console.log('doc', doc);
2928

3029
if (isHello(doc)) {
3130
return request.reply(Object.assign({}, HELLO));

0 commit comments

Comments
 (0)