diff --git a/docs/02-app/01-building-your-application/08-testing/02-jest.mdx b/docs/02-app/01-building-your-application/08-testing/02-jest.mdx index e9f923ea78e9c..d726831780fef 100644 --- a/docs/02-app/01-building-your-application/08-testing/02-jest.mdx +++ b/docs/02-app/01-building-your-application/08-testing/02-jest.mdx @@ -331,7 +331,7 @@ describe('Page', () => { - + Optionally, add a [snapshot test](https://jestjs.io/docs/snapshot-testing) to keep track of any unexpected changes in your component: