Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 9, 2024
1 parent 682a9d0 commit 593d151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pest3-now-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 593d151

Please sign in to comment.