Open tcurdt opened 8 years ago
Hey @tcurdt Im getting a similar issue when running test concurrently by spawning child processes. See here for my comment on #215 in the main tape repo
In your case if you use a glob pattern that handles all cases then you should be good to go (YMMV). Something like: {tests,core/tests,plugins/*/tests}/*.js
might work. Im not sure if glob supports brace expansion or not.
Let me know if this helps 🙋🏻
gives me
not ok <number> assert out of order
while this gives