Commit ea8b320a authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in spec/javascripts/vue_mr_widget/stores/mr_widget_store_spec.js

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 3b572f2e
......@@ -52,7 +52,6 @@ describe('MergeRequestStore', () => {
expect(store.isPipelineSkipped).toBe(false);
});
});
<<<<<<< HEAD
});
describe('setCodeclimateHeadMetrics', () => {
......@@ -94,7 +93,5 @@ describe('MergeRequestStore', () => {
it('should return the resolved issues', () => {
expect(store.codeclimateMetrics.resolvedIssues[0]).toEqual(baseIssues[1]);
});
=======
>>>>>>> upstream/master
});
});
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