You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2021/02/22 19:07:19 UTC

[superset] branch master updated (a646914 -> 741219e)

This is an automated email from the ASF dual-hosted git repository.

yjc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from a646914  fix(menu): links that result in 404s (#13283)
     add 741219e  test: add Tests and Storybook for AsyncAceEditor (#13241)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/spec/helpers/Worker.ts           |   3 +
 .../AsyncAceEditor/AsyncAceEditor.stories.tsx      | 108 +++++++++++++++++++++
 .../AsyncAceEditor/AsyncAceEditor.test.tsx         | 101 +++++++++++++++++++
 .../index.tsx}                                     |   0
 4 files changed, 212 insertions(+)
 create mode 100644 superset-frontend/src/components/AsyncAceEditor/AsyncAceEditor.stories.tsx
 create mode 100644 superset-frontend/src/components/AsyncAceEditor/AsyncAceEditor.test.tsx
 rename superset-frontend/src/components/{AsyncAceEditor.tsx => AsyncAceEditor/index.tsx} (100%)