BigW Consortium Gitlab

Commit 6530035f by Filipa Lacerda

[ci skip] Adds tests cases for system note

parent ed05a62c
<script>
export default {
name: 'singInLinksNotes',
data() {
const { newSessionPath, registerPath } = this.$store.getters.notesData;
......
......@@ -4,6 +4,7 @@
import issueNoteHeader from './issue_note_header.vue';
export default {
name: 'systemNote',
props: {
note: {
type: Object,
......
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', () => {
});
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment