From 345bf7d0df1bf0b6e6cce18db0ae3a36a306aaaf Mon Sep 17 00:00:00 2001 From: Hassan Schroeder Date: Tue, 1 Feb 2022 20:58:47 -0800 Subject: [PATCH] Add `.heex` to default extension list in README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5aebb13..39fc778 100644 --- a/README.md +++ b/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) @@ -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: @@ -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 @@ -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 @@ -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