There was an error while loading. Please reload this page.
1 parent 2ae1b1b commit d246571Copy full SHA for d246571
1 file changed
src/features/collapsible-sidebar/__tests__/CollapsibleSidebar.test.js
@@ -6,8 +6,6 @@ import { ThemeProvider } from 'styled-components';
6
import { mountConnected } from '../../../test-utils/enzyme';
7
import CollapsibleSidebar from '../CollapsibleSidebar';
8
9
-import 'styles/modifiers/_visibility.scss';
10
-
11
describe('components/core/collapsible-sidebar/CollapsibleSidebar', () => {
12
const getWrapper = (props = {}) => shallow(<CollapsibleSidebar {...props} />);
13
0 commit comments