-
Notifications
You must be signed in to change notification settings - Fork 79
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
Received invalid JSON from test interface search #258
Comments
When the error occurs, can you try running |
|
I ran in the same issue @pdamoc originally reports ( My problem related to a test module name that did not correspond with the file name. Renaming the module name to match the file name did not solve the issue immediately. I had to remove the |
I think #270 should resolve these issues: rather than erroring out when an elmi file is found with no matching module, it would end up being ignored. (Due to stoeffel/elmi-to-json#16) |
I got this error in beta 4, and got a compiler error in beta 5. As mentioned, removing Transcript for reference.
|
I'm seeing this semi-regularly on our CI set up. I can't reproduce it reliably locally. I would welcome any information on how to go about investigating it. I guess I'm actually seeing a slight variant:
|
We got rid of elmi-to-json in #442 so this particular error should not happen anymore. |
Steps to reproduce with the
0.19.0-beta2
installed:elm-test
inside theexample-package
, see tests succeed.tests
elm-test
againI see:
Deleting
elm-stuff
and running againelm-test
will work (the tests will run and display the result).The text was updated successfully, but these errors were encountered: