mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fixed test error caused by manual lint error fixing
This commit is contained in:
parent
5202763dd8
commit
ce3d16c146
@ -65,6 +65,7 @@ describe('Comment.vue', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('translates a placeholder', () => {
|
it('translates a placeholder', () => {
|
||||||
|
/* const wrapper = */ Wrapper()
|
||||||
const calls = mocks.$t.mock.calls
|
const calls = mocks.$t.mock.calls
|
||||||
const expected = [['comment.content.unavailable-placeholder']]
|
const expected = [['comment.content.unavailable-placeholder']]
|
||||||
expect(calls).toEqual(expect.arrayContaining(expected))
|
expect(calls).toEqual(expect.arrayContaining(expected))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user