chore: clean up mountedTab (#11569)

This commit is contained in:
Jesse Yang
2020-11-08 21:09:27 -08:00
committed by GitHub
parent 24ba5301d1
commit 6ab03feed8
13 changed files with 9 additions and 75 deletions

View File

@@ -20,7 +20,7 @@ import React from 'react';
import { shallow } from 'enzyme';
import sinon from 'sinon';
import { ChartUnconnected as Chart } from 'src/dashboard/components/gridComponents/Chart';
import Chart from 'src/dashboard/components/gridComponents/Chart';
import SliceHeader from 'src/dashboard/components/SliceHeader';
import ChartContainer from 'src/chart/ChartContainer';

View File

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