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

18 lines
280 B
JavaScript
Raw Normal View History

2017-08-04 11:51:35 -04:00
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', () => {
});
});