deb
This commit is contained in:
parent
f9ccc29e81
commit
cf0e66712d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue