We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcff56a commit 672736dCopy full SHA for 672736d
docs/recipes/passing-arguments-to-your-test-files.md
@@ -1,5 +1,7 @@
1
# Passing arguments to your test files
2
3
+Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/recipes/passing-arguments-to-your-test-files.md)
4
+
5
You can pass command line arguments to your test files. Use the `--` argument terminator to separate AVA's arguments from your own:
6
7
```js
0 commit comments