mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 02:58:13 -03:30
working commit tests
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user