Run the UI prettier tool for CI fix

This commit is contained in:
Alan Rominger 2020-12-01 14:49:49 -05:00
parent 634df240ed
commit 64fa18cafe
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -295,7 +295,9 @@ describe('<ProjectForm />', () => {
'FormGroup[label="Source Control Credential Type"] FormSelect'
);
await act(async () => {
scmTypeSelect.invoke('onChange')('svn', { target: { name: 'Subversion' } });
scmTypeSelect.invoke('onChange')('svn', {
target: { name: 'Subversion' },
});
});
wrapper.update();
await act(async () => {