You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: