fix(db): broke remote connection (security purposes)

also fix starting on used ports of db
This commit is contained in:
Alexey Kasyanchuk
2018-08-12 02:42:24 +03:00
parent 82e77640d6
commit dba71624af
9 changed files with 65 additions and 25 deletions

View File

@ -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