``` tape -- tests/*.js core/tests/*.js plugins/*/tests/*.js | faucet ``` gives me `not ok <number> assert out of order` while this gives ``` tape -- tests/*.js core/tests/*.js plugins/*/tests/*.js ... 1..115 # tests 115 # pass 115 # ok ```