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

18 lines
247 B
JavaScript
Raw Normal View History

2017-08-04 11:51:35 -04:00
describe('issue_note', () => {
it('should render user information', () => {
});
it('should render note header content', () => {
});
it('should render note actions', () => {
});
it('should render issue body', () => {
});
});