Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert out of order #13

Open
tcurdt opened this issue Mar 7, 2016 · 1 comment
Open

assert out of order #13

tcurdt opened this issue Mar 7, 2016 · 1 comment

Comments

@tcurdt
Copy link

tcurdt commented Mar 7, 2016

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
@jdrew1303
Copy link

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 🙋🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants