|
describe('issue system note', () => {
|
|
it('should render a list item with correct id', () => {
|
|
|
|
});
|
|
|
|
it('should render target class is note is target note', () => {
|
|
|
|
});
|
|
|
|
it('should render svg icon', () => {
|
|
|
|
});
|
|
|
|
it('should render note header component', () => {
|
|
|
|
});
|
|
});
|