mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
Revert "[webpack] setup lazy loading for all visualizations" (#5219)
* Revert "[explore] fix autocomplete on verbose names (#5204)" This reverts commitd5ebc430c2. * Revert "[webpack] setup lazy loading for all visualizations (#4727)" This reverts commitde0aaf42ed.
This commit is contained in:
committed by
John Bodley
parent
d5ebc430c2
commit
7b49b6c2de
@@ -38,10 +38,10 @@ describe('Chart', () => {
|
||||
<Chart {...mockedProps} />,
|
||||
);
|
||||
});
|
||||
describe('renderVis', () => {
|
||||
describe('renderViz', () => {
|
||||
let stub;
|
||||
beforeEach(() => {
|
||||
stub = sinon.stub(wrapper.instance(), 'renderVis');
|
||||
stub = sinon.stub(wrapper.instance(), 'renderViz');
|
||||
});
|
||||
afterEach(() => {
|
||||
stub.restore();
|
||||
|
||||
Reference in New Issue
Block a user