mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
linting
This commit is contained in:
parent
7480f2c523
commit
57b6b81a5f
@ -76,7 +76,10 @@ describe('post/_id.vue', () => {
|
||||
authorId = 'some-author'
|
||||
userId = 'some-user'
|
||||
wrapper = await Wrapper()
|
||||
expect(error).toHaveBeenCalledWith({ message: 'error-pages.cannot-edit-post', statusCode: 403 })
|
||||
expect(error).toHaveBeenCalledWith({
|
||||
message: 'error-pages.cannot-edit-post',
|
||||
statusCode: 403,
|
||||
})
|
||||
})
|
||||
|
||||
it('renders with asyncData of same user', async () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user