17 lines
279 B
JavaScript
17 lines
279 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', () => {
|
||
|
|
||
|
});
|
||
|
});
|