yarn test fixed

This commit is contained in:
ogerly 2022-01-07 13:30:39 +01:00
parent 20b61d82b7
commit 19f9ccd639

View File

@ -61,7 +61,7 @@ describe('UserSearch', () => {
})
it('filters the users by unconfirmed emails', () => {
expect(wrapper.vm.searchResult).toHaveLength(0)
expect(wrapper.vm.searchResult).toHaveLength(1)
})
})