chore: removes old refs to startMemoryDB

This commit is contained in:
James
2024-04-01 17:36:36 -04:00
parent abd404c57c
commit ec6bc8e36b
4 changed files with 3 additions and 11 deletions

View File

@@ -77,8 +77,6 @@ export async function buildConfigWithDefaults(
const url = mongoMemoryServer.getUri()
console.log({ url })
databaseAdapters.mongodb = mongooseAdapter({
mongoMemoryServer,
url,