mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 18:08:36 -05:00
Remove errant comment
This commit is contained in:
@@ -67,8 +67,6 @@ describe('<OrganizationAccessList />', () => {
|
|||||||
/>
|
/>
|
||||||
).find('OrganizationAccessList');
|
).find('OrganizationAccessList');
|
||||||
|
|
||||||
// expect(wrapper.debug()).toBe(false);
|
|
||||||
|
|
||||||
setImmediate(() => {
|
setImmediate(() => {
|
||||||
expect(wrapper.state().results).toEqual(mockData);
|
expect(wrapper.state().results).toEqual(mockData);
|
||||||
done();
|
done();
|
||||||
|
|||||||
Reference in New Issue
Block a user