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

cljs-test reports success despite js errors in tests #4

Open
w01fe opened this issue Sep 15, 2013 · 0 comments
Open

cljs-test reports success despite js errors in tests #4

w01fe opened this issue Sep 15, 2013 · 0 comments

Comments

@w01fe
Copy link
Member

w01fe commented Sep 15, 2013

Run cljs-test on this schema commit:

plumatic/schema@9b4ef8d

There are no build errors, and the test page reports "All tests pass". But if you search, schema-with-name-test doesn't appear in the results, and there is a js error in the console in this test.

My guess is that if your test throws an exception outside of an assertion, cljs-test stops executing the remaining tests and reports on the results seen so far.

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

1 participant