Fix test execution

This commit is contained in:
Thomas Nordquist
2019-04-09 19:49:40 +02:00
parent b7f914d936
commit 1e8a451a68

View File

@@ -28,7 +28,7 @@ configStorage.init()
let mainWindow: BrowserWindow | undefined
async function createWindow() {
if (isDev) {
if (isDev()) {
await waitForDevServer()
}