issue_note_awards_list_spec.js 236 字节
Newer Older
F
Filipa Lacerda 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
describe('issue_note_awards_list component', () => {
  it('should render awarded emojis', () => {

  });

  it('should be possible to remove awareded emoji', () => {

  });

  it('should be possible to add new emoji', () => {

  });
});