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
When running tests automatically with "lein spec -a", the tests sometimes fail to run with an error like this:
java.lang.Exception: namespace 'myproject.foo-bar' not found after loading '/myproject/foo_bar'
... 9 stack levels elided ...
at myproject.baz$eval3504$loading__4784__auto____3505.invoke(baz.clj:1)
[...]
This only happens occasionally on reload and never happens with a plain "lein spec"
The text was updated successfully, but these errors were encountered:
When running tests automatically with "lein spec -a", the tests sometimes fail to run with an error like this:
This only happens occasionally on reload and never happens with a plain "lein spec"
The text was updated successfully, but these errors were encountered: