From d74335e8d841e31f288930ddd3eb27210d63bec5 Mon Sep 17 00:00:00 2001 From: forresst Date: Thu, 10 Mar 2016 13:12:33 +0100 Subject: [PATCH] Docs: Link to French translation for watch mode --- docs/recipes/watch-mode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/recipes/watch-mode.md b/docs/recipes/watch-mode.md index d6617a2..2295f88 100644 --- a/docs/recipes/watch-mode.md +++ b/docs/recipes/watch-mode.md @@ -1,5 +1,7 @@ # Watch mode +Translations: [Français](https://github.com/sindresorhus/ava-docs/blob/master/fr_FR/docs/recipes/watch-mode.md) + AVA comes with an intelligent watch mode. It watches for files to change and runs just those tests that are affected. ## Running tests with watch mode enabled