MixTestWatch.Config (mix test.watch v1.3.0)

View Source

Responsible for gathering and packaging the configuration for the task.

Summary

Functions

Create a new config struct, taking values from the ENV

Functions

new(cli_args \\ [])

@spec 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