Remove extra space

This commit is contained in:
Lucas Bustamante 2022-01-12 13:46:42 -03:00
parent e124d4125a
commit 037c6205d0
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ const jestProcess = spawnSync( jestCommand, jestArgs, {
env: envVars,
} );
console.log( 'Test result file path: ' + outputFile );
console.log( 'Test result file path: ' + outputFile );
console.log( 'Jest exit code: ' + jestProcess.status );
// Pass Jest exit code to npm