Skip to content

Commit 0948d87

Browse files
forresstsindresorhus
authored andcommitted
Link to French translation of test-setup recipe (#1706)
1 parent ae50a13 commit 0948d87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/recipes/test-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Test setup
22

3+
Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/recipes/test-setup.md)
4+
35
Tests can be set up using the `beforeEach()` hook. Often though you could use a plain setup function instead. This recipe helps you decide what's best for your use case.
46

57
# The `beforeEach()` hook versus setup functions

0 commit comments

Comments
 (0)