jfmengels / elm-review-documentation

Provides elm-review rules to help with the quality and correctness of your Elm project's documentation
https://package.elm-lang.org/packages/jfmengels/elm-review-documentation/latest/
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Make test script cross-platform #10

Closed fredericbonnet closed 4 years ago

fredericbonnet commented 4 years ago

This pull request fixes issue #8 using npm-run-all as suggested. It uses the --sequential flag for sequential execution of the given test:* subscripts.

I have also added the --print-label flag that prefixes each script output with the script name for easier troubleshooting. npm test will stop at the first subscript failure. npm test -- -c will run all the subscripts regardless of their completion status.

Happy Hacktoberfest!

fredericbonnet commented 4 years ago

Thanks, don't hesitate asking for help again if you have Windows-specific issues!