Skip to content

Commit

Permalink
docs: fix typo in testing guidelines (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-trotard authored Dec 4, 2023
1 parent 7753530 commit 743a888
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

1 comment on commit 743a888

@vercel
Copy link

@vercel vercel bot commented on 743a888 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.