40 changed files with 664 additions and 659 deletions
@ -0,0 +1,7 @@ |
|||
import { initDB } from "../src/realm/dbInit"; |
|||
|
|||
test('Realm DB inits', async () => { |
|||
let realmDB = await initDB(); |
|||
|
|||
expect |
|||
}); |
Loading…
Reference in new issue