We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8aeca commit 034b442Copy full SHA for 034b442
test/jest.setup.js
@@ -27,7 +27,7 @@ jest.spyOn(nodemailer, 'createTestAccount').mockImplementation(() => {
27
28
if (!process.env.PAYLOAD_DATABASE) {
29
// Mutate env so we can use conditions by DB adapter in tests properly without ignoring // eslint no-jest-conditions.
30
- process.env.PAYLOAD_DATABASE = 'sqlite-uuid'
+ process.env.PAYLOAD_DATABASE = 'mongodb'
31
}
32
33
generateDatabaseAdapter(process.env.PAYLOAD_DATABASE)
0 commit comments