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
All good in vanilla boot.test where I can see the failure properly. Of course eftest feels like a faster/better testing tool so I will try to investigate more.
The text was updated successfully, but these errors were encountered:
Missing ex-data is probably because Boot/Bat-test running eftest inside a pod. No easy solution, because exceptions can't be thrown from pod back to boot main context, boot-cljs does some magic to serialize, deserialize and rethrow exceptions but that has lots of problems also. Anyway, this is probably not problem in eftest core.
Hello folks/weavejester 😄
It seems that spec validations break. I am using
eftest.runner
from withinboot
and I see the following when spec does not validate:All good in vanilla
boot.test
where I can see the failure properly. Of courseeftest
feels like a faster/better testing tool so I will try to investigate more.The text was updated successfully, but these errors were encountered: