diff --git a/docs/recipes/debugging-with-chrome-devtools.md b/docs/recipes/debugging-with-chrome-devtools.md index 554955a..ac98e78 100644 --- a/docs/recipes/debugging-with-chrome-devtools.md +++ b/docs/recipes/debugging-with-chrome-devtools.md @@ -1,5 +1,7 @@ # Debugging tests with Chrome DevTools +Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/recipes/debugging-with-chrome-devtools.md) + Use [inspect-process](https://github.com/jaridmargolin/inspect-process) to easily launch a debugging session with Chrome DevTools. ```console