mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix lint
This commit is contained in:
parent
e5198babf0
commit
c2c165c362
@ -63,7 +63,7 @@ describe('Comment.vue', () => {
|
||||
propsData.comment = {
|
||||
id: '2',
|
||||
contentExcerpt: 'Hello I am a comment content',
|
||||
content: 'Hello I am comment content'
|
||||
content: 'Hello I am comment content',
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
@ -27,7 +27,9 @@ describe('CommentList.vue', () => {
|
||||
propsData = {
|
||||
post: {
|
||||
id: 1,
|
||||
comments: [{ id: 'comment134', contentExcerpt: 'this is a comment', content: 'this is a comment' }],
|
||||
comments: [
|
||||
{ id: 'comment134', contentExcerpt: 'this is a comment', content: 'this is a comment' },
|
||||
],
|
||||
},
|
||||
}
|
||||
store = new Vuex.Store({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user