Commit 6c154002 authored by Bryce Johnson's avatar Bryce Johnson

Remove icon components.

parent 8ad6efc9
(() => {
Vue.component('loading-icon', {
template: `
<i class="fa fa-spinner fa-spin loading-icon"></i>
`,
});
})();
/* eslint-disable */
//= require jquery
//= require vue
//= require issuable_time_tracker
((gl) => {
describe('Font Awesome Icon Component', function() {
describe('Initialization', function() {
is defined
has containing elements
configuration, including computed values and special config
loading state
});
describe('Invalid input', function() {
defaults applied or errors thrown
});
describe('Icons Rendered', function() {
single icon Rendered
multiple icons rendererd
});
});
})(window.gl || (window.gl = {}));
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