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
Thank you Arseny, the problem here is that there were some breaking changes in [org.clojure/test.check "0.10.0-alpha3"] and after integrating that version in the last Ghostwheel release, it no longer works with an older one.
I'll add a note to the documentation that people should be careful not to override Ghostwheel's dependencies in their project.cljs.
Description
Empty Ghostwheel error message appears in browser console.
Reproduction guide 🪲
Following the ReadMe:
[gnl/ghostwheel "0.2.3"]
to project.clj (using Figwheel).#:ghostwheel.core{:check true, :num-tests 10}
to the namespace.(ghostwheel/check)
at the end of the file.Observed behaviour: 👀 💔
(NOTE:
foo
andranged-rand
also from the docs, I just don't add them here)Expected behaviour: ❤️ 😄
(NOTE: Disregard the number of checks, it's just a pic from the ReadMe)
The text was updated successfully, but these errors were encountered: