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

17 lines
280 B
JavaScript

describe('issue_note_body component', () => {
it('should render the note', () => {
});
it('should be render form if user is editing', () => {
});
it('should render information if note was edited', () => {
});
it('should render awards list', () => {
});
});