Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd section on setting up and running tests locally in README.md #546
Conversation
lukewestby
added
the
docs
label
Aug 20, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
evancz
Mar 7, 2018
Member
The path to running tests changes, so I'm not sure this is correct (or will stay correct) so I do not want to add instructions that may mislead people later.
In the long run, it should be true that you can just call elm test from the root of any Elm project.
|
The path to running tests changes, so I'm not sure this is correct (or will stay correct) so I do not want to add instructions that may mislead people later. In the long run, it should be true that you can just call |
evancz
closed this
Mar 7, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vikram7 commentedApr 2, 2016
I spent a bit of time trying to figure out how to run tests locally, and thought adding a small section on it in the README file might help others who may have the same issue.