diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2017-07-28 10:55:41 +0100 |
|---|---|---|
| committer | Filipa Lacerda <filipa@gitlab.com> | 2017-07-28 10:55:41 +0100 |
| commit | 6530035fb031ab00a8d3fd6726b6d71296b462e8 (patch) | |
| tree | cf33effb9e60359013a051a006f95ad88c485897 /spec/javascripts/notes | |
| parent | ed05a62c4ab3407c21bdda2625c2286a704bf353 (diff) | |
| download | gitlab-ce-6530035fb031ab00a8d3fd6726b6d71296b462e8.tar.gz | |
[ci skip] Adds tests cases for system note
Diffstat (limited to 'spec/javascripts/notes')
| -rw-r--r-- | spec/javascripts/notes/components/issue_system_note_spec.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/spec/javascripts/notes/components/issue_system_note_spec.js b/spec/javascripts/notes/components/issue_system_note_spec.js new file mode 100644 index 00000000000..779de4ab657 --- /dev/null +++ b/spec/javascripts/notes/components/issue_system_note_spec.js @@ -0,0 +1,17 @@ +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', () => { + + }); +}); |
