This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 7d270bc test: ErrorMessage components tests (#13358)
add e9d5d3b Adds tests and storybook to CopyToClipboard component (#13359)
No new revisions were added by this update.
Summary of changes:
superset-frontend/.storybook/preview.jsx | 20 +++++-
.../components/CopyToClipboard_spec.jsx | 33 ----------
.../components/Collapse/Collapse.stories.tsx | 4 +-
.../common/components/Tooltip/Tooltip.stories.tsx | 2 +-
.../src/components/Alert/Alert.stories.tsx | 8 +--
.../AsyncAceEditor/AsyncAceEditor.stories.tsx | 6 +-
.../src/components/Button/Button.stories.tsx | 8 +--
.../components/ButtonGroup/ButtonGroup.stories.tsx | 4 +-
.../CopyToClipboard/CopyToClipboard.stories.tsx | 66 +++++++++++++++++++
.../CopyToClipboard/CopyToClipboard.test.tsx | 76 ++++++++++++++++++++++
.../index.jsx} | 2 +-
.../src/components/Loading/Loading.stories.tsx | 8 +--
12 files changed, 181 insertions(+), 56 deletions(-)
delete mode 100644
superset-frontend/spec/javascripts/components/CopyToClipboard_spec.jsx
create mode 100644
superset-frontend/src/components/CopyToClipboard/CopyToClipboard.stories.tsx
create mode 100644
superset-frontend/src/components/CopyToClipboard/CopyToClipboard.test.tsx
rename superset-frontend/src/components/{CopyToClipboard.jsx =>
CopyToClipboard/index.jsx} (98%)