/* global jasmine */ /* global Pixelated */ describeComponent('tags/ui/tag_shortcut', function () { 'use strict'; var parent, shortcut, component, TagShortcut; beforeEach(function () { TagShortcut = require('tags/ui/tag_shortcut'); component = jasmine.createSpyObj('tagComponent', ['triggerSelect']); parent = $('