mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
fix post teaser unit tests and linting
This commit is contained in:
parent
30ce9e8460
commit
59e7f8c0d2
@ -287,7 +287,7 @@ export default {
|
|||||||
eventVenue: this.formData.eventVenue,
|
eventVenue: this.formData.eventVenue,
|
||||||
eventEnd: this.formData.eventEnd,
|
eventEnd: this.formData.eventEnd,
|
||||||
eventIsOnline: this.formData.eventIsOnline,
|
eventIsOnline: this.formData.eventIsOnline,
|
||||||
eventLocationName: this.formData.eventLocationName
|
eventLocationName: this.formData.eventLocationName,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return undefined
|
return undefined
|
||||||
|
|||||||
@ -28,6 +28,7 @@ describe('PostTeaser', () => {
|
|||||||
author: {
|
author: {
|
||||||
id: 'u1',
|
id: 'u1',
|
||||||
},
|
},
|
||||||
|
postType: 'Article',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
stubs = {
|
stubs = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user