This commit is contained in:
boufni95 2025-03-11 21:33:34 +00:00
parent f9ccc29e81
commit cf0e66712d

View file

@ -7,6 +7,7 @@ export const dev = false
export const storageOnly = false export const storageOnly = false
export default async (T: TestBase) => { export default async (T: TestBase) => {
T.main.storage.dbs.setDebug(true)
await testCanReadUser(T) await testCanReadUser(T)
await testConcurrentReads(T) await testConcurrentReads(T)
await testTransactionIsolation(T) await testTransactionIsolation(T)