Commit d97309ae authored by Simon Knox's avatar Simon Knox

fix tests - add missing WeightSelect

parent 80005e96
......@@ -5,6 +5,7 @@ import LabelsSelect from '~/labels_select';
import MilestoneSelect from '~/milestone_select';
import ShortcutsNavigation from '~/shortcuts_navigation';
import IssuableTemplateSelectors from '~/templates/issuable_template_selectors';
import WeightSelect from 'ee/weight_select';
export default () => {
new ShortcutsNavigation();
......@@ -13,4 +14,5 @@ export default () => {
new LabelsSelect();
new MilestoneSelect();
new IssuableTemplateSelectors();
new WeightSelect();
};
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