1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-22 17:23:50 +01:00

test fixes

This commit is contained in:
Matthias Kretschmann 2021-03-01 01:49:37 +01:00
parent 3377bb4c7b
commit 4e2b8f7615
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -11,6 +11,6 @@ describe('RelatedPosts', () => {
fireEvent.click(getByText('Refresh'))
rerender(<RelatedPosts tags={['hello', 'design']} />)
rerender(<RelatedPosts tags={['hello', 'design']} isPhotos />)
})
})