diff --git a/test/run-decktape.js b/test/run-decktape.js index 8ac2a2d..0bacdca 100644 --- a/test/run-decktape.js +++ b/test/run-decktape.js @@ -30,7 +30,6 @@ function runDecktape(port, inputDir) { const outputFile = path.resolve(outputDirectory, `${inputDir}.pdf`); const process = childProcess.exec( `node ${decktapeExecutable} http://localhost:${port}/input/${inputDir}/ ${outputFile}`, - { stdio: "inherit" }, (err) => { if (err) { rej(err);