diff --git a/components/drawer/__tests__/Drawer.test.js b/components/drawer/__tests__/Drawer.test.js index e833940922..fec1c7b734 100644 --- a/components/drawer/__tests__/Drawer.test.js +++ b/components/drawer/__tests__/Drawer.test.js @@ -2,50 +2,56 @@ import React from 'react'; import { mount } from 'enzyme'; import Drawer from '..'; - -class DrawerTester extends React.Component { - saveContainer = (container) => { - this.container = container; - } - - getContainer = () => { - return this.container; - } - - render() { - return ( -