dojo / cli-test-intern

:rocket: Dojo - cli command for testing applications
http://dojo.io
Other
2 stars 19 forks source link

Add watch mode #139

Closed rorticus closed 4 years ago

rorticus commented 4 years ago

Enhancement

It would be nice to support a watch mode so that unit tests in node would automatically rerun when a source file or test was changed.

Note that the intern cli supports watch mode but cli-test-intern is not using the intern cli.

This is required to resolve https://github.com/dojo/widgets/issues/787