working commit tests

This commit is contained in:
John Mitchell
2018-11-30 10:19:24 -05:00
parent 12c8267b12
commit aab6aa4ef9
14 changed files with 108 additions and 149 deletions

View File

@@ -4,8 +4,6 @@ import DataListToolbar from '../../src/components/DataListToolbar';
describe('<DataListToolbar />', () => {
const columns = [{ name: 'Name', key: 'name', isSortable: true }];
const noop = () => {};
let toolbar;
afterEach(() => {