mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 18:49:21 -02:30
Adds sort to IG modal
This commit is contained in:
11
__tests__/components/VerticalSeparator.test.jsx
Normal file
11
__tests__/components/VerticalSeparator.test.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import { mount } from 'enzyme';
|
||||
|
||||
import VerticalSeparator from '../../src/components/VerticalSeparator';
|
||||
|
||||
describe('VerticalSeparator', () => {
|
||||
test('renders the expected content', () => {
|
||||
const wrapper = mount(<VerticalSeparator />);
|
||||
expect(wrapper).toHaveLength(1);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user