Update best-practices-front.mdx (#8836)

This commit is contained in:
Baptiste Devessier
2024-12-02 17:26:31 +01:00
committed by GitHub
parent 64500d07d3
commit 9d7632cb4f

View File

@ -299,7 +299,7 @@ import {
```tsx ```tsx
// ✅ Good, utilises the designated aliases // ✅ Good, utilises the designated aliases
import { CatalogDecorator } from '~/testing/decorators/CatalogDecorator'; import { CatalogDecorator } from '~/testing/decorators/CatalogDecorator';
import { ComponentDecorator } from 'twenty-ui';= import { ComponentDecorator } from 'twenty-ui';
``` ```
## Schema Validation ## Schema Validation
@ -327,4 +327,4 @@ type Form = z.infer<typeof validationSchema>;
Always perform thorough manual testing before proceeding to guarantee that modifications havent caused disruptions elsewhere, given that tests have not yet been extensively integrated. Always perform thorough manual testing before proceeding to guarantee that modifications havent caused disruptions elsewhere, given that tests have not yet been extensively integrated.
<ArticleEditContent></ArticleEditContent> <ArticleEditContent></ArticleEditContent>