Skip to content

Commit 52c6f16

Browse files
committed
test lint
1 parent 35fc088 commit 52c6f16

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

test/unit/mongo_logger.test.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
import {
2-
BSONRegExp,
3-
Code,
4-
Double,
5-
EJSON,
6-
Int32,
7-
MaxKey,
8-
MinKey,
9-
ObjectId
10-
} from 'bson';
1+
import { BSONRegExp, Code, Double, EJSON, Int32, MaxKey, MinKey, ObjectId } from 'bson';
112
import { expect } from 'chai';
123
import * as sinon from 'sinon';
134
import { Readable, Writable } from 'stream';

0 commit comments

Comments
 (0)