chore: abstracts dev / test suites to accept incoming database specification

This commit is contained in:
James
2023-07-30 12:27:15 -04:00
parent 06b1fe88ca
commit 9050493c61
10 changed files with 92 additions and 85 deletions

View File

@@ -34,7 +34,6 @@ const expressApp = express();
const startDev = async () => {
await payload.init({
secret: uuid(),
mongoURL: 'mongodb://127.0.0.1/payload',
express: expressApp,
email: {
logMockCredentials: true,