elm-verify-examples
elm-verify-examples copied to clipboard
Support multiple root paths.
Sometimes Elm code is located under different root paths. It would be nice to specify and array of root paths. Same way as source-directories
in elm-package.json
.
Would it make sense to just read it from elm.json
?
Together with #62 it would make elm-verify-examples work without any configuration. Just run and see the tests' results!
yes, it's nice to have no configuration
SGTM!
Supported with #110