Skip to content

Watch task / dev console. #33

@ericelliott

Description

@ericelliott

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions