Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed Aug 7, 2016
1 parent c250eb4 commit 2939528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-todo-implementation.md
Expand Up @@ -2,7 +2,7 @@

Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/related/eslint-plugin-ava/docs/rules/no-todo-implementation.md)

`test.todo` is a method that AVA proposes to enumerate test cases that have yet to be implemented. It is not meant to be passed a function to implement the test, and if given one, AVA will throw an error. If you added an implementation, then you are probably meaning to remove the `todo` modifier.
[`test.todo()`](https://github.com/avajs/ava#test-placeholders-todo) is intended for planning tests. It's not meant to be passed a function to implement the test, and if given one, AVA will throw an error. If you added an implementation, you probably meant to remove the `todo` modifier.


## Fail
Expand Down

0 comments on commit 2939528

Please sign in to comment.