Skip to content
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

Support --watch for "elm-test make" #628

Open
jfmengels opened this issue Jul 18, 2023 · 0 comments
Open

Support --watch for "elm-test make" #628

jfmengels opened this issue Jul 18, 2023 · 0 comments

Comments

@jfmengels
Copy link
Contributor

elm-test supports a watch mode through elm-test --watch, which is extremely useful.

In projects where tests are slow and when I'm doing some refactoring (moving position of arguments, renaming, etc.), I would like to have the option to run elm-test make --watch to have a quick feedback to make sure I did all the necessary changes for my code and tests to compile.

Unfortunately, at the moment elm-test make --watch ignores the --watch flag.

Prior art: elm-test-rs supports this option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant