Commit 16ec9cf7 authored by Rémy Coutable's avatar Rémy Coutable

Resolve spec/javascripts/diffs/store/getters_spec.js

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent a68bc4b2
......@@ -186,7 +186,6 @@ describe('Diffs Module Getters', () => {
});
});
<<<<<<< HEAD
describe('getDiffFileByHash', () => {
it('returns file by hash', () => {
const fileA = {
......@@ -203,7 +202,9 @@ describe('Diffs Module Getters', () => {
it('returns null if no matching file is found', () => {
localState.diffFiles = [];
expect(getters.getDiffFileByHash(localState)('123')).toBeUndefined();
=======
});
});
describe('discussionsByLineCode', () => {
let mockState;
......@@ -235,7 +236,6 @@ describe('Diffs Module Getters', () => {
const map = getters.discussionsByLineCode(mockState, {}, {}, mockGetters);
expect(Object.keys(map).length).toEqual(0);
>>>>>>> origin/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