Commit 5ae54a45 authored by Illya Klymov's avatar Illya Klymov

Provide proper mock data for test

parent 008bb14d
...@@ -18,7 +18,7 @@ describe('BlockingMergeRequestBody', () => { ...@@ -18,7 +18,7 @@ describe('BlockingMergeRequestBody', () => {
it('does not show hidden merge request if hidden MRs do not exist', () => { it('does not show hidden merge request if hidden MRs do not exist', () => {
const wrapper = shallowMount(BlockingMergeRequestBody, { const wrapper = shallowMount(BlockingMergeRequestBody, {
propsData: { propsData: {
issue: {}, issue: { id: 10, reference: '#123' },
status: 'string', status: 'string',
isNew: true, isNew: true,
}, },
......
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