MixTestWatch.Config (mix test.watch v1.2.0) View Source

Responsible for gathering and packaging the configuration for the task.

Link to this section Summary

Functions

Create a new config struct, taking values from the ENV

Link to this section Functions

Specs

new([String.t()]) :: %MixTestWatch.Config{
  clear: term(),
  cli_args: term(),
  cli_executable: term(),
  exclude: term(),
  extra_extensions: term(),
  runner: term(),
  tasks: term(),
  timestamp: term()
}

Create a new config struct, taking values from the ENV