Commit 6079c1d9 authored by Fernando's avatar Fernando

Run prettier to fix pipeline

* Pass static analysis job
parent 76dcf498
...@@ -136,7 +136,9 @@ describe('AddLicenseForm', () => { ...@@ -136,7 +136,9 @@ describe('AddLicenseForm', () => {
const descriptionElement = wrapper.findAll('.text-secondary'); const descriptionElement = wrapper.findAll('.text-secondary');
const formCheckElementMargin = wrapper.find('.form-check'); const formCheckElementMargin = wrapper.find('.form-check');
expect(descriptionElement.at(0).text()).toBe('Acceptable license to be used in the project'); expect(descriptionElement.at(0).text()).toBe(
'Acceptable license to be used in the project',
);
expect(descriptionElement.at(1).text()).toBe( expect(descriptionElement.at(1).text()).toBe(
'Disallow merge request if detected and will instruct developer to remove', 'Disallow merge request if detected and will instruct developer to remove',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment