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 2023/04/24 18:17:59 UTC

[superset] branch master updated (baec9ddba7 -> 4873c0990a)

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 baec9ddba7 build(deps-dev): bump @types/node from 18.15.13 to 18.16.0 in /superset-websocket (#23791)
     add 4873c0990a chore: Add tests to SQL lab button components (#22916)

No new revisions were added by this update.

Summary of changes:
 .../EstimateQueryCostButton.test.tsx               | 47 ++++++++++-
 .../ExploreCtasResultsButton.test.tsx              | 95 ++++++++++++++++++++++
 .../components/ExploreCtasResultsButton/index.tsx  |  2 +-
 .../ExploreResultsButton.test.jsx                  | 67 ---------------
 .../ExploreResultsButton.test.tsx}                 | 46 ++++++-----
 .../components/ExploreResultsButton/index.tsx      |  2 +-
 6 files changed, 167 insertions(+), 92 deletions(-)
 create mode 100644 superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/ExploreCtasResultsButton.test.tsx
 delete mode 100644 superset-frontend/src/SqlLab/components/ExploreResultsButton/ExploreResultsButton.test.jsx
 copy superset-frontend/src/{dashboard/components/nativeFilters/FilterBar/FilterConfigurationLink/FilterConfigurationLink.test.tsx => SqlLab/components/ExploreResultsButton/ExploreResultsButton.test.tsx} (51%)