-
Notifications
You must be signed in to change notification settings - Fork 390
Translate Shallow Renderer #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Спасибо |
<Subcomponent foo="bar" /> | ||
]); | ||
``` | ||
|
||
Shallow testing currently has some limitations, namely not supporting refs. | ||
Поверхностное тестирование в настоящее время имеет некоторые ограничения — оно не поддерживает рефс. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
рефы
> | ||
> We also recommend checking out Enzyme's [Shallow Rendering API](http://airbnb.io/enzyme/docs/api/shallow.html). It provides a nicer higher-level API over the same functionality. | ||
> Мы также советуем посмотреть API поверхностного рендеринга Enzyme [Shallow Rendering API](http://airbnb.io/enzyme/docs/api/shallow.html). Он предоставляет более удобный АПИ высокого уровня для достижения той же функциональности. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API
@@ -1,68 +1,68 @@ | |||
--- | |||
id: shallow-renderer | |||
title: Shallow Renderer | |||
title: Поверхностный рендеринг |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тут наверное кстати "рендерер"
* upstream/master: (25 commits) README.md: fix a-component-using-external-plugins.md: resolve conflicts components-and-props.md: resolve conflicts components-and-props.md: resolve conflicts README.md: resolve conflicts Fix PR comments in addons-shallow-renderer.md Fixes in TRANSLATION.md Update addons-shallow-renderer.md Терминология: commit Add examples of usage of "phase" Терминология: phase Add HOC definition Терминология: лазейки (reactjs#106) Терминология: рендерер (reactjs#104) Nav Translate Shallow Renderer (reactjs#99) Fixed broken link in readme.md file (#1661) Descriptive link text for accessibility (#1659) Fix bad formatting Update README.md ...
No description provided.