Update best-practices-front.mdx (#8836)
This commit is contained in:
committed by
GitHub
parent
64500d07d3
commit
9d7632cb4f
@ -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 haven’t caused disruptions elsewhere, given that tests have not yet been extensively integrated.
|
Always perform thorough manual testing before proceeding to guarantee that modifications haven’t caused disruptions elsewhere, given that tests have not yet been extensively integrated.
|
||||||
|
|
||||||
<ArticleEditContent></ArticleEditContent>
|
<ArticleEditContent></ArticleEditContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user