File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 120
120
"check:tsd" : " tsd --version && tsd" ,
121
121
"check:dependencies" : " mocha test/action/dependency.test.ts" ,
122
122
"check:dts" : " node ./node_modules/typescript/bin/tsc --noEmit mongodb.d.ts && tsd" ,
123
- "check:search-indexes" : " mocha --config test/mocha_mongodb.json test/manual/search-index-management.spec.test.ts" ,
123
+ "check:search-indexes" : " nyc mocha --config test/mocha_mongodb.json test/manual/search-index-management.spec.test.ts" ,
124
124
"check:test" : " mocha --config test/mocha_mongodb.json test/integration" ,
125
125
"check:unit" : " mocha test/unit" ,
126
126
"check:ts" : " node ./node_modules/typescript/bin/tsc -v && node ./node_modules/typescript/bin/tsc --noEmit" ,
Original file line number Diff line number Diff line change @@ -165,8 +165,6 @@ export class Db {
165
165
// Namespace
166
166
namespace : new MongoDBNamespace ( databaseName )
167
167
} ;
168
-
169
- this . client = client ;
170
168
}
171
169
172
170
get databaseName ( ) : string {
You can’t perform that action at this time.
0 commit comments