fixed test error caused by manual lint error fixing

This commit is contained in:
Ulf Gebhardt 2019-05-23 20:02:56 +02:00
parent 5202763dd8
commit ce3d16c146
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -65,6 +65,7 @@ describe('Comment.vue', () => {
})
it('translates a placeholder', () => {
/* const wrapper = */ Wrapper()
const calls = mocks.$t.mock.calls
const expected = [['comment.content.unavailable-placeholder']]
expect(calls).toEqual(expect.arrayContaining(expected))