diff --git a/tests/package.json b/tests/package.json index 21469ef1..4a8cd1da 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,7 +1,7 @@ { "license": "Apache-2.0", "scripts": { - "test": "bats --report-formatter junit --jobs 4 ." + "test": "bats --jobs 4 --show-output-of-passing-tests --print-output-on-failure --no-parallelize-within-files ." }, "devDependencies": { "bats": "https://github.com/bats-core/bats-core#master",