Skip to content

Commit 345bf7d

Browse files
hassanlpil
authored andcommitted
Add .heex to default extension list in README.md
1 parent bb58fa7 commit 345bf7d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
mix test.watch
2-
==============
1+
# mix test.watch
32

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

16-
1715
## Usage
1816

1917
Add it to your dependencies:
@@ -65,7 +63,6 @@ mix test.watch
6563

6664
Start hacking :)
6765

68-
6966
## Running Additional Mix Tasks
7067

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

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

95-
9692
## Passing Arguments To Tasks
9793

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

150146
## Watching files with other extensions
151147

152-
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:
148+
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:
153149

154150
```elixir
155151
# config/config.exs

0 commit comments

Comments
 (0)