improves test performance on mongodb (#4862)
* improves test performance on mongodb * Removes unused methdos
This commit is contained in:
@@ -12,7 +12,7 @@ const dropTable = (client, className) => {
|
||||
describe_only_db('postgres')('PostgresStorageAdapter', () => {
|
||||
const adapter = new PostgresStorageAdapter({ uri: databaseURI })
|
||||
beforeEach(() => {
|
||||
return adapter.deleteAllClasses();
|
||||
return adapter.dropDatabase();
|
||||
});
|
||||
|
||||
it('schemaUpgrade, upgrade the database schema when schema changes', done => {
|
||||
|
||||
Reference in New Issue
Block a user