Commit a2fc8ea9 authored by Eric Eastwood's avatar Eric Eastwood

Resolve Vue warnings in stage_column_component_spec.js

parent 63854dc7
...@@ -28,6 +28,7 @@ describe('stage column component', () => { ...@@ -28,6 +28,7 @@ describe('stage column component', () => {
propsData: { propsData: {
title: 'foo', title: 'foo',
jobs: [mockJob, mockJob, mockJob], jobs: [mockJob, mockJob, mockJob],
hasTriggeredBy: false,
}, },
}).$mount(); }).$mount();
}); });
......
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