Commit ebb9d17d authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'xanf-vtu-30-proper-mock-data' into 'master'

Provide proper mock data for test

Closes #191453

See merge request gitlab-org/gitlab!22316
parents f905a752 5ae54a45
......@@ -18,7 +18,7 @@ describe('BlockingMergeRequestBody', () => {
it('does not show hidden merge request if hidden MRs do not exist', () => {
const wrapper = shallowMount(BlockingMergeRequestBody, {
propsData: {
issue: {},
issue: { id: 10, reference: '#123' },
status: 'string',
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