Improve Superset logger (#6879)

* enable beacon

* add middleware

* add unit tests
This commit is contained in:
Grace Guo
2019-02-15 23:10:05 -08:00
committed by GitHub
parent bd9a2c15e7
commit 47f42ed351
32 changed files with 569 additions and 552 deletions

View File

@@ -52,6 +52,7 @@ describe('Tabs', () => {
onChangeTab() {},
deleteComponent() {},
updateComponents() {},
logEvent() {},
};
function setup(overrideProps) {