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 @@ -164,8 +164,6 @@ export class Db {
164
164
// Namespace
165
165
namespace : new MongoDBNamespace ( databaseName )
166
166
} ;
167
-
168
- this . client = client ;
169
167
}
170
168
171
169
get databaseName ( ) : string {
You can’t perform that action at this time.
0 commit comments