diff --git a/test/pizza-ordering.js b/test/pizza-ordering.js index 6c3741b1..787962ee 100644 --- a/test/pizza-ordering.js +++ b/test/pizza-ordering.js @@ -27,9 +27,7 @@ function runTest(customArguments, stdoutIncludes, stderrIncludes, done) { // Form spawn array let spawnArray = [entryFile, ...customArguments.split(' ')]; - spawnArray = spawnArray.filter((element) => { - return element !== ''; - }); + spawnArray = spawnArray.filter(element => element !== ''); // Spawn