mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
lint fixes
This commit is contained in:
@@ -41,7 +41,7 @@ describe('<LabelSelect />', () => {
|
|||||||
});
|
});
|
||||||
let wrapper;
|
let wrapper;
|
||||||
await act(async () => {
|
await act(async () => {
|
||||||
wrapper = mount(<LabelSelect value={[]} onError={() => {}}/>);
|
wrapper = mount(<LabelSelect value={[]} onError={() => {}} />);
|
||||||
});
|
});
|
||||||
wrapper.update();
|
wrapper.update();
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ describe('<PlaybookSelect />', () => {
|
|||||||
projectId={1}
|
projectId={1}
|
||||||
isValid
|
isValid
|
||||||
form={{}}
|
form={{}}
|
||||||
field={{onChange: () => {}, value: ''}}
|
field={{ onChange: () => {}, value: '' }}
|
||||||
onError={() => {}}
|
onError={() => {}}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user