-
Notifications
You must be signed in to change notification settings - Fork 24
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
Trouble using with elm-test #47
Comments
I need some information :) both |
Ok. For the record I can still run elm-test, it's just giving me this output — not sure if it will bite me or not — I'm just getting started writing tests. Here's the info you asked for: https://gist.github.com/dustinfarris/28f138f4b64b522147d881c027a746bc |
Thanks.
You mean it actually runs the tests and this is some extra output with them? |
Right, sorry if that wasn't clear. No emergency, just seeing this output every time I run elm-test. |
@dustinfarris, @gdotdesign : File /elm-package.json:
File /tests/elm-package.json:
|
@MartinKavik The dependencies in @dustinfarris I think the I think all I can do is to mention this in the Readme. |
I'd like to clarify that for this to work, you need to be on node-test-runner 0.18.9 or newer which doesn't stop when it can't install dependencies. |
There is a pretty nasty hack you can use to get this working. package.json
then to deal with the call to This does mean that elm-package isn't available for normal use but if you use |
For anyone else having trouble with this, note that no released version of elm-test actually has the I found I was able to get my setup working as follows: Install commit b671657b00cf2eae6771078a6133753caa15b17b of elm-test (i.e. rtfeldman/node-test-runner@b671657 ), which can be done like this:
Then, in the 'tests' directory, after having set up the elm-package.json with
Then in the main directory (that contains
|
I get this output:
I tried running elm-github-install from within my tests directory (using its own elm-package.json) but that didn't help.
The text was updated successfully, but these errors were encountered: