Change spectron port

Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2018-10-17 15:50:51 +02:00
parent 407325b8ce
commit cb701a7bbc

View File

@ -36,7 +36,7 @@ describe('Spectron', function () {
before('app:start', function () {
app = new spectron.Application({
path: entrypoint,
port: 9997,
port: 9996,
args: [ '.' ]
})