Skip to content

Commit

Permalink
docs: fix typo in testing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-trotard committed Sep 19, 2023
1 parent 6c72cb9 commit bcb4a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/routes/docs/guides/testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ correctly made.
## Skipping Animations

The solution to this problem is to skip animations when testing. This can be done by using the `Globals` object and calling the `assign`
method setting `skipAnimations` to `true`. You can does this immediately in the `setup` file for your tests or if you want more granual
method setting `skipAnimations` to `true`. You can do this immediately in the `setup` file for your tests or if you want more granual
control then you could use the `beforeAll | beforeEach` hooks to set it.

```tsx lines=2,5-10
Expand Down

0 comments on commit bcb4a72

Please sign in to comment.