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 f06d534 fix: annotation modal dateRangePicker saved invalid value
(#13969)
add cc075f2 test: Tests and Storybook entry for the TableView Component
(#13501)
No new revisions were added by this update.
Summary of changes:
.../components/TableView/TableView_spec.tsx | 143 ---------------
.../TableView.stories.tsx} | 76 ++++----
.../src/components/TableView/TableView.test.tsx | 193 +++++++++++++++++++++
.../src/components/TableView/TableView.tsx | 4 +-
4 files changed, 240 insertions(+), 176 deletions(-)
delete mode 100644
superset-frontend/spec/javascripts/components/TableView/TableView_spec.tsx
copy superset-frontend/src/components/{Timer/Timer.stories.tsx =>
TableView/TableView.stories.tsx} (51%)
create mode 100644
superset-frontend/src/components/TableView/TableView.test.tsx