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 7055c05 Moves AsyncSelect component and tests to own folder (#13314)
add cd3f521 test: Adds tests to TableLoader component (#13299)
No new revisions were added by this update.
Summary of changes:
superset-frontend/spec/fixtures/mockStore.js | 3 +
.../components/TableLoader/TableLoader.test.tsx | 94 ++++++++++++++++++++++
.../{TableLoader.tsx => TableLoader/index.tsx} | 24 ++----
superset-frontend/src/profile/App.tsx | 12 +--
4 files changed, 109 insertions(+), 24 deletions(-)
create mode 100644
superset-frontend/src/components/TableLoader/TableLoader.test.tsx
rename superset-frontend/src/components/{TableLoader.tsx =>
TableLoader/index.tsx} (78%)