-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Milestone
Description
I almost always use a watch task to create a dedicated dev console that simply monitors for file changes and reruns unit tests. That way I always have lint and unit test results on the screen while I'm developing.
On save, the task should:
- lint
- run unit tests
Avoid any time-consuming activity. This should act like a realtime status monitor.
Reactions are currently unavailable