diff --git a/pest3-now-available.md b/pest3-now-available.md index 6ea795f..970af03 100644 --- a/pest3-now-available.md +++ b/pest3-now-available.md @@ -76,7 +76,7 @@ it('list todos', function () { }); ``` -Once you have written the additional tests, you can re-run Pest with the `--mutate` option to see if the mutation is now covered. +Once you have written the additional tests, you can re-run Pest with the `--mutate` option to see if the mutation is now "tested" and covered because you test the return value of the `index` method. ```bash Mutations: 1 tested