fix(db): broke remote connection (security purposes)
also fix starting on used ports of db
This commit is contained in:
@ -9,6 +9,8 @@ describe("application", () => {
|
||||
it("check start", async function() {
|
||||
const { app } = this
|
||||
await app.client.waitForExist('#index-window')
|
||||
// fix realtime config
|
||||
require('../src/background/config').reload(await app.electron.remote.app.getPath('userData'))
|
||||
});
|
||||
|
||||
//TESTS
|
||||
|
Reference in New Issue
Block a user