mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 07:47:18 +00:00
Change spectron port
Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
407325b8ce
commit
cb701a7bbc
@ -36,7 +36,7 @@ describe('Spectron', function () {
|
|||||||
before('app:start', function () {
|
before('app:start', function () {
|
||||||
app = new spectron.Application({
|
app = new spectron.Application({
|
||||||
path: entrypoint,
|
path: entrypoint,
|
||||||
port: 9997,
|
port: 9996,
|
||||||
args: [ '.' ]
|
args: [ '.' ]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user