mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Revert "[perf] add webpack 4 + SplitChunks + lazy load visualizations" (#5253)
* Revert "[sqllab] Fix sql lab resolution link (#5216)" This reverts commit93cdf60920. * Revert "Pin botocore version (#5184)" This reverts commit70679d4c93. * Revert "Describe the use of custom OAuth2 authorization servers (#5220)" This reverts commita84f4304de. * Revert "[bubble-chart] Fixing issue w/ metric names (#5237)" This reverts commit5c106b9a20. * Revert "[adhoc-filters] Adding adhoc-filters to all viz types (#5206)" This reverts commitd483ed121c. * Revert "[perf] add webpack 4 + SplitChunks + lazy load visualizations (#5240)" This reverts commit1fc4ee0d3c.
This commit is contained in:
@@ -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