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

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 () => {