You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by pk...@apache.org on 2021/03/09 20:03:16 UTC

[superset] branch master updated (b21d2cf -> 6d2d3ad)

This is an automated email from the ASF dual-hosted git repository.

pkdotson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from b21d2cf  build(test env): Shutdown test environments on PR close (#13452)
     add 6d2d3ad  test: Adds storybook to AlteredSliceTag component (#13516)

No new revisions were added by this update.

Summary of changes:
 .../AlteredSliceTag.stories.tsx}                     | 20 ++++++++------------
 .../AlteredSliceTag/AlteredSliceTag.test.jsx}        |  2 +-
 .../AlteredSliceTag/AlteredSliceTagMocks.js}         |  0
 .../index.jsx}                                       |  4 ++--
 4 files changed, 11 insertions(+), 15 deletions(-)
 copy superset-frontend/src/components/{RefreshLabel/RefreshLabel.stories.tsx => AlteredSliceTag/AlteredSliceTag.stories.tsx} (72%)
 rename superset-frontend/{spec/javascripts/components/AlteredSliceTag_spec.jsx => src/components/AlteredSliceTag/AlteredSliceTag.test.jsx} (99%)
 rename superset-frontend/{spec/javascripts/components/fixtures/AlteredSliceTag.js => src/components/AlteredSliceTag/AlteredSliceTagMocks.js} (100%)
 rename superset-frontend/src/components/{AlteredSliceTag.jsx => AlteredSliceTag/index.jsx} (98%)