style(comma): add comma to join to make it more explicit

This commit is contained in:
Benedikt Rötsch
2018-01-03 11:01:42 +01:00
committed by Benedikt Rötsch
parent c1d4a88a11
commit 25e7b2dbf4

View File

@@ -45,7 +45,7 @@ server.listen(TEST_PORT, function () {
execa(cypressBin, [ execa(cypressBin, [
...command, ...command,
'--env', '--env',
env.join() env.join(',')
].filter(Boolean)) ].filter(Boolean))
.then((result) => { .then((result) => {
console.log('✔ e2e test succeeded:') console.log('✔ e2e test succeeded:')