style(comma): add comma to join to make it more explicit
This commit is contained in:
committed by
Benedikt Rötsch
parent
c1d4a88a11
commit
25e7b2dbf4
@@ -45,7 +45,7 @@ server.listen(TEST_PORT, function () {
|
||||
execa(cypressBin, [
|
||||
...command,
|
||||
'--env',
|
||||
env.join()
|
||||
env.join(',')
|
||||
].filter(Boolean))
|
||||
.then((result) => {
|
||||
console.log('✔ e2e test succeeded:')
|
||||
|
||||
Reference in New Issue
Block a user