mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix linting.
Co-authored-by: maeckes-infinitylabs <markus@infinity.labs.ooo>
This commit is contained in:
parent
e18fa0cea0
commit
ef7bb652bc
@ -29,10 +29,12 @@ describe('post/_id.vue', () => {
|
||||
defaultClient: {
|
||||
query: jest.fn().mockResolvedValue({
|
||||
data: {
|
||||
Post: [{
|
||||
author: { id: authorId },
|
||||
postType: ['Article'],
|
||||
}],
|
||||
Post: [
|
||||
{
|
||||
author: { id: authorId },
|
||||
postType: ['Article'],
|
||||
},
|
||||
],
|
||||
},
|
||||
}),
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user