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 bab0e9e commit 557a472Copy full SHA for 557a472
test/types/mongo.test.ts
@@ -2,8 +2,6 @@ import * as mongoose from 'mongoose';
2
import { expectType } from 'tsd';
3
import * as bson from 'bson';
4
5
-import GridFSBucket = mongoose.mongo.GridFSBucket;
6
-
7
function gh12537() {
8
const schema = new mongoose.Schema({ test: String });
9
const model = mongoose.model('Test', schema);
@@ -16,4 +14,4 @@ function gh12537() {
16
14
doc._id = new bson.ObjectId('somehex');
17
15
}
18
19
-gh12537();
+gh12537();
0 commit comments