diff --git a/spec/components/editable-table-spec.jsx b/spec/components/editable-table-spec.jsx index 0abf2dcd1..209ade180 100644 --- a/spec/components/editable-table-spec.jsx +++ b/spec/components/editable-table-spec.jsx @@ -1,6 +1,6 @@ import React from 'react' import ReactDOM from 'react-dom' -import {mount, shallow} from 'enzyme' +import {mount} from 'enzyme' import {SelectableTable, EditableTableCell, EditableTable} from 'nylas-component-kit' import {selection, cellProps, tableProps, testDataSource} from '../fixtures/table-data' @@ -103,7 +103,7 @@ describe('EditableTable Components', function describeBlock() { describe('EditableTable', () => { function renderTable(props) { - return shallow( + return mount(