gitlab-org--gitlab-foss/spec/javascripts/notes/components/issue_note_spec.js

17 lines
247 B
JavaScript

describe('issue_note', () => {
it('should render user information', () => {
});
it('should render note header content', () => {
});
it('should render note actions', () => {
});
it('should render issue body', () => {
});
});