Skip to content

Commit

Permalink
Add .heex to default extension list in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan authored and lpil committed Feb 2, 2022
1 parent bb58fa7 commit 345bf7d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
@@ -1,5 +1,4 @@
mix test.watch
==============
# mix test.watch

[![Build Status](https://travis-ci.org/lpil/mix-test.watch.svg?branch=master)](https://travis-ci.org/lpil/mix-test.watch)
[![Module Version](https://img.shields.io/hexpm/v/mix_test_watch.svg)](https://hex.pm/packages/mix_test_watch)
Expand All @@ -13,7 +12,6 @@ Automatically run your Elixir project's tests each time you save a file.
Because [Test-driven development (TDD)](https://en.wikipedia.org/wiki/Test-driven_development)
is awesome.


## Usage

Add it to your dependencies:
Expand Down Expand Up @@ -65,7 +63,6 @@ mix test.watch

Start hacking :)


## Running Additional Mix Tasks

Through the mix config it is possible to run other mix tasks as well as the
Expand All @@ -92,7 +89,6 @@ stop if any command returns a non-zero exit code.

All tasks are run with `MIX_ENV` set to `test`.


## Passing Arguments To Tasks

Any command line arguments passed to the `test.watch` task will be passed
Expand Down Expand Up @@ -149,7 +145,7 @@ The default is `exclude: [~r/\.#/, ~r{priv/repo/migrations}]`.

## Watching files with other extensions

To watch files with extensions other than the default (`.erl`, `.ex`, `.exs`, `.eex`, `.leex`, `.xrl`, `.yrl`, `.hrl`) add them to `extra_extensions:` in your config:
To watch files with extensions other than the default (`.erl`, `.ex`, `.exs`, `.eex`, `.leex`, `.heex`, `.xrl`, `.yrl`, `.hrl`) add them to `extra_extensions:` in your config:

```elixir
# config/config.exs
Expand Down

0 comments on commit 345bf7d

Please sign in to comment.