gitlab-ce/spec/javascripts/notes/components/issue_system_note_spec.js

18 lines
288 B
JavaScript

describe('issue system note', () => {
it('should render a list item with correct id', () => {
});
it('should render target class is note is target note', () => {
});
it('should render svg icon', () => {
});
it('should render note header component', () => {
});
});