mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix lint errors in test
This commit is contained in:
parent
150d04080b
commit
7c89404da0
@ -130,9 +130,9 @@ describe('FilterPosts.vue', () => {
|
||||
it('sets "filter-by-followed" button attribute `filled`', () => {
|
||||
getters['posts/filteredByUsersFollowed'] = jest.fn(() => true)
|
||||
const wrapper = openFilterPosts()
|
||||
expect(
|
||||
wrapper.find('.base-button[data-test="filter-by-followed"]').classes('--filled'),
|
||||
).toBe(true)
|
||||
expect(wrapper.find('.base-button[data-test="filter-by-followed"]').classes('--filled')).toBe(
|
||||
true,
|
||||
)
|
||||
})
|
||||
|
||||
describe('click "filter-by-followed" button', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user