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

prettier formatting fixes

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