diff --git a/test/tap/audit.js b/test/tap/audit.js index 3194ba473bd62..631eedf276e37 100644 --- a/test/tap/audit.js +++ b/test/tap/audit.js @@ -337,7 +337,7 @@ test('exits with zero exit code for vulnerabilities in devDependencies when runn vulnerabilities: {} } }) - return common.npm([ + return common.npm([ 'audit', '--json', '--production', @@ -442,7 +442,7 @@ test('exits with non-zero exit code for vulnerabilities in dependencies when run } } }) - return common.npm([ + return common.npm([ 'audit', '--json', '--production',