Test several specific files at once
This release brings the ability to pass several files to test to modish test
, instead of only one or all.
Thus, one could now do: modish test tests/book-*.yml
NO_COLOR, FORCE_COLOR
Thanks to an update to the dependencies, environmental variables NO_COLOR and FORCE_COLOR are supported. For instance, NO_COLOR=1 modish test
runs with disabled colors even if the terminal supports them.
Other changes
Internally, the tool now uses TypeScript.
Full changelog: v0.8.1...v0.9.1