improves test performance on mongodb (#4862)
* improves test performance on mongodb * Removes unused methdos
This commit is contained in:
@@ -658,7 +658,7 @@ class DatabaseController {
|
||||
deleteEverything() {
|
||||
this.schemaPromise = null;
|
||||
return Promise.all([
|
||||
this.adapter.deleteAllClasses(),
|
||||
this.adapter.dropDatabase(),
|
||||
this.schemaCache.clear()
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user