Fix linting.

Co-authored-by: maeckes-infinitylabs <markus@infinity.labs.ooo>
This commit is contained in:
elweyn 2023-05-31 20:44:44 +02:00
parent e18fa0cea0
commit ef7bb652bc

View File

@ -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'],
},
],
},
}),
},