You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/02/18 08:44:04 UTC

[superset] branch master updated (fcd443d -> f85497e)

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 fcd443d  Creates storybook and tests for Tooltip component (#13184)
     add f85497e  test: Adding test and storybook to "Loading" component. (#13179)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package.json                     |  2 +-
 .../src/components/Loading/Loading.stories.tsx     | 83 ++++++++++++++++++++++
 .../src/components/Loading/Loading.test.tsx        | 65 +++++++++++++++++
 .../components/{Loading.tsx => Loading/index.tsx}  | 22 ++++--
 4 files changed, 166 insertions(+), 6 deletions(-)
 create mode 100644 superset-frontend/src/components/Loading/Loading.stories.tsx
 create mode 100644 superset-frontend/src/components/Loading/Loading.test.tsx
 rename superset-frontend/src/components/{Loading.tsx => Loading/index.tsx} (72%)