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 4602ead test: Adds tests to the filter scope components (#13887)
add 1638e6e test: exploreUtils (#13719)
No new revisions were added by this update.
Summary of changes:
.../exploreUtils/getAnnotationJsonUrl.test.ts} | 39 +++++----
.../explore/exploreUtils/getChartDataUri.test.ts | 73 +++++++++++++++++
.../explore/exploreUtils/getChartKey.test.ts} | 8 +-
.../explore/exploreUtils/getExploreLongUrl.test.ts | 92 ++++++++++++++++++++++
.../explore/exploreUtils/getExploreUrl.test.ts} | 56 ++++++-------
.../src/explore/exploreUtils/getHostName.test.ts | 52 ++++++++++++
.../exploreUtils/getLegacyEndpointType.test.ts} | 28 +++----
.../exploreUtils/getSimpleSQLExpression.test.ts | 62 +++++++++++++++
.../explore/exploreUtils/getURIDirectory.test.ts} | 20 ++---
.../{exploreUtils.js => exploreUtils/index.js} | 4 +-
.../exploreUtils/shouldUseLegacyApi.test.ts | 52 ++++++++++++
11 files changed, 409 insertions(+), 77 deletions(-)
copy
superset-frontend/src/{dashboard/components/dnd/handleScroll/handleScroll.test.ts
=> explore/exploreUtils/getAnnotationJsonUrl.test.ts} (51%)
create mode 100644
superset-frontend/src/explore/exploreUtils/getChartDataUri.test.ts
copy superset-frontend/{spec/helpers/setup.ts =>
src/explore/exploreUtils/getChartKey.test.ts} (81%)
create mode 100644
superset-frontend/src/explore/exploreUtils/getExploreLongUrl.test.ts
copy
superset-frontend/{cypress-base/cypress/integration/explore/visualizations/box_plot.test.js
=> src/explore/exploreUtils/getExploreUrl.test.ts} (50%)
create mode 100644
superset-frontend/src/explore/exploreUtils/getHostName.test.ts
copy
superset-frontend/src/{dashboard/components/dnd/handleScroll/handleScroll.test.ts
=> explore/exploreUtils/getLegacyEndpointType.test.ts} (65%)
create mode 100644
superset-frontend/src/explore/exploreUtils/getSimpleSQLExpression.test.ts
copy
superset-frontend/{cypress-base/cypress/integration/dashboard/load.test.ts =>
src/explore/exploreUtils/getURIDirectory.test.ts} (65%)
rename superset-frontend/src/explore/{exploreUtils.js =>
exploreUtils/index.js} (98%)
create mode 100644
superset-frontend/src/explore/exploreUtils/shouldUseLegacyApi.test.ts