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

Add section on setting up and running tests locally in README.md #546

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
3 participants
@vikram7

vikram7 commented Apr 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.

@lukewestby lukewestby added the docs label Aug 20, 2016

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

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.

Member

evancz commented Mar 7, 2018

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.

@evancz evancz closed this Mar 7, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment