From dd8f484e84e88bd222b5ae88c7034b6c550bf03f Mon Sep 17 00:00:00 2001 From: shadowusr Date: Mon, 19 Aug 2024 19:00:46 +0300 Subject: [PATCH] docs: fix broken list markdown --- docs/guides/component-testing.mdx | 11 ++++++++--- .../current/guides/component-testing.mdx | 11 ++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/guides/component-testing.mdx b/docs/guides/component-testing.mdx index 55f8580..45262fb 100644 --- a/docs/guides/component-testing.mdx +++ b/docs/guides/component-testing.mdx @@ -139,11 +139,16 @@ function Component() { ## Временные ограничения - * поддерживаются только компоненты, написанные на 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] в настоящее время временно не поддерживается. + ## Дополнительные возможности diff --git a/i18n/en/docusaurus-plugin-content-docs/current/guides/component-testing.mdx b/i18n/en/docusaurus-plugin-content-docs/current/guides/component-testing.mdx index 79f4e71..1f08a3e 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/guides/component-testing.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/guides/component-testing.mdx @@ -143,11 +143,16 @@ A fully working examples can be found [here][testplane-examples-component-testin ## Temporary restrictions - * 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. + ## Additional features