-
Notifications
You must be signed in to change notification settings - Fork 12
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
Lint on the fly doesn't work with elm-test #115
Comments
Hi! Currently, @splodingsocks, can you still remember the specific issue that you encountered regarding this? |
Yeah, I believe the issue here is that I haven't used lint-on-the-fly for a long time for this reason. It'd be nice to have working, though! |
Someone has a solution for this yet? |
I've been able to work around this issue by collocating my tests with my main modules. (Obviously this is only if you are okay with doing that, I personally prefer it). I followed the conversation here to get my tests under |
By default the
tests/elm-package.json
points to the src directory in the parent project. This causes the warningIs it possible to loosen the constraint to allow for this scenario or is there a fundamental issue?
The text was updated successfully, but these errors were encountered: