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/25 19:00:05 UTC

[superset] branch master updated (8395b3d -> 7272184)

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 8395b3d  test: Tests for DeleteModal component (#13286)
     add 7272184  test: Adds tests to URLShortLinkButton component (#13319)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/spec/helpers/reducerIndex.ts     | 55 ++++++++++++++++
 superset-frontend/spec/helpers/testing-library.tsx | 38 +++++++++--
 .../components/URLShortLinkButton_spec.jsx         | 45 -------------
 .../components/gridComponents/Tabs_spec.jsx        |  2 +-
 .../URLShortLinkButton/URLShortLinkButton.test.tsx | 74 ++++++++++++++++++++++
 .../index.jsx}                                     |  8 +--
 .../src/messageToasts/components/Toast.tsx         |  1 +
 7 files changed, 167 insertions(+), 56 deletions(-)
 create mode 100644 superset-frontend/spec/helpers/reducerIndex.ts
 delete mode 100644 superset-frontend/spec/javascripts/components/URLShortLinkButton_spec.jsx
 create mode 100644 superset-frontend/src/components/URLShortLinkButton/URLShortLinkButton.test.tsx
 rename superset-frontend/src/components/{URLShortLinkButton.jsx => URLShortLinkButton/index.jsx} (93%)