Skip to content

Commit 9ed5564

Browse files
Merge pull request #64 from gemini-testing/TRIVIAL.testplane_storybook_tsx_jsx
chore(@testplane/storybook): remove tsx/jsx warning
2 parents ece17a9 + 5cb115a commit 9ed5564

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

docs/visual-testing/with-storybook.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ const meta: WithTestplane<Meta<typeof Button>> = {
116116
export default meta;
117117
```
118118

119-
<Admonition type="warning">
120-
Storybook story files must have `.js` or `.ts` extension for this to work. Formats `jsx/tsx` are
121-
not supported yet.
122-
</Admonition>
123-
124119
## Plugin configuration
125120

126121
The plugin has a number of options for more flexible configuration. For example, to run tests on a Storybook published remotely on s3, the configuration will look as follows:

i18n/ru/docusaurus-plugin-content-docs/current/visual-testing/with-storybook.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ const meta: WithTestplane<Meta<typeof Button>> = {
113113
export default meta;
114114
```
115115

116-
<Admonition type="warning">
117-
При добавлении testplane-тестов расширение Ваших story-файлов должно быть `.js` или `.ts`.
118-
Форматы jsx/tsx еще не поддержаны.
119-
</Admonition>
120-
121116
## Параметры конфигурации плагина
122117

123118
Плагин имеет ряд опций для более гибкой настройки. Например, для запуска тестов на Storybook, опубликованном удаленно на `s3`, настройка будет выглядеть следующим образом:

0 commit comments

Comments
 (0)