Commit 771ce695 authored by Adam Alvis's avatar Adam Alvis

prettier formatting fixes

parent 2fb7bd91
......@@ -23,7 +23,7 @@ export default {
this.$emit('handleAddProjectsClick');
},
},
}
};
</script>
<template>
......
......@@ -7,9 +7,10 @@ describe('first class instance security dashboard empty state', () => {
const dashboardDocumentation = '/path/to/dashboard/documentation';
const svgPath = '/placeholder.svg';
const createWrapper = () => mount(EmptyState, {
propsData: { svgPath, dashboardDocumentation },
});
const createWrapper = () =>
mount(EmptyState, {
propsData: { svgPath, dashboardDocumentation },
});
const findGlEmptyState = () => wrapper.find(GlEmptyState);
const findButton = () => wrapper.find(GlButton);
const findLink = () => wrapper.find(GlLink);
......
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