Skip to content

Commit

Permalink
docs: fix broken list markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Aug 19, 2024
1 parent ea38a4d commit dd8f484
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
11 changes: 8 additions & 3 deletions docs/guides/component-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,16 @@ function Component() {
## Временные ограничения

<Admonition type="warning">
* поддерживаются только компоненты, написанные на React в файлах .jsx и .tsx. Возможность
- поддерживаются только компоненты, написанные на React в файлах .jsx и .tsx. Возможность
написания тестов в файлах .js будет реализована в ближайшем будущем. Мы также планируем
поддержку фреймворка Vue; * нет доступа к currentTest из it, beforeEach и afterEach. Это будет
добавлено в ближайшем будущем; * плагин [@testplane/global-hook][testplane-global-hook] в
поддержку фреймворка Vue;

- нет доступа к currentTest из it, beforeEach и afterEach. Это будет
добавлено в ближайшем будущем;

- плагин [@testplane/global-hook][testplane-global-hook] в
настоящее время временно не поддерживается.

</Admonition>

## Дополнительные возможности
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,16 @@ A fully working examples can be found [here][testplane-examples-component-testin
## Temporary restrictions

<Admonition type="warning">
* only components written in React in files `.jsx` and `.tsx` are supported. Ability to write
- only components written in React in files `.jsx` and `.tsx` are supported. Ability to write
tests in `.js` files will be implemented soon. We will also support the Vue framework in the
near future; * there is no access to `currentTest` from `it`, `beforeEach` and `afterEach`. It
will appear in the near future; * the [@testplane/global-hook][testplane-global-hook] plugin is
near future;

- there is no access to `currentTest` from `it`, `beforeEach` and `afterEach`. It
will appear in the near future;

- the [@testplane/global-hook][testplane-global-hook] plugin is
temporarily not supported.

</Admonition>

## Additional features
Expand Down

0 comments on commit dd8f484

Please sign in to comment.