feat: improve initial load performance on mobile (#2126)
This commit is contained in:
@@ -110,12 +110,12 @@ describe('application instances', () => {
|
||||
* app deinit. */
|
||||
await Factory.sleep(MaximumWaitTime - 0.05)
|
||||
/** Access any deviceInterface function */
|
||||
app.diskStorageService.deviceInterface.getAllRawDatabasePayloads(app.identifier)
|
||||
app.diskStorageService.deviceInterface.getAllDatabaseEntries(app.identifier)
|
||||
})
|
||||
await app.lock()
|
||||
})
|
||||
|
||||
describe('signOut()', () => {
|
||||
describe.skip('signOut()', () => {
|
||||
let testNote1
|
||||
let confirmAlert
|
||||
let deinit
|
||||
|
||||
Reference in New Issue
Block a user