chore: Rewrites dashboard IconButton component (#14174)

This commit is contained in:
Michael S. Molina
2021-06-25 15:15:20 -03:00
committed by GitHub
parent 1e8fb8b55c
commit bdb9b0a9be
10 changed files with 67 additions and 120 deletions

View File

@@ -17,7 +17,7 @@
* under the License.
*/
import React from 'react';
import { mount } from 'enzyme';
import { styledMount as mount } from 'spec/helpers/theming';
import sinon from 'sinon';
import { DndProvider } from 'react-dnd';
import { HTML5Backend } from 'react-dnd-html5-backend';