Skip to content

Commit

Permalink
docs: improve examples (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Sep 22, 2024
1 parent e96f9e1 commit 3b09e91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/documentation/helpers/only.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ Why isn't `it.only` executed in the following example?

```ts
describe(() => {
// it.only(() => {
// // ... ❌
// });
it.only(() => {
// ... ❌
});
});
```

Expand Down

0 comments on commit 3b09e91

Please sign in to comment.