Change spectron port to run tests

Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@resin.io>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2018-09-27 19:21:54 +02:00
parent 2f4a7352d9
commit 2fb8ad146f

View File

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