Skip to content
Snippets Groups Projects
Commit 7cb13df8 authored by Tae Hoon's avatar Tae Hoon
Browse files

Update tests

parent 7bceabb5
No related branches found
No related tags found
4 merge requests!673Update master with bugfixes (and other changes),!660[i18n] Update: occitan language,!648WIP: Merge develop into mastoapi-exploration,!642Re-do UserCardContent Component CSS
......@@ -24,7 +24,7 @@ describe('routes', () => {
const matchedComponents = router.getMatchedComponents()
expect(matchedComponents[0].components.hasOwnProperty('UserCardContent')).to.eql(true)
expect(matchedComponents[0].components.hasOwnProperty('UserCard')).to.eql(true)
})
it('user\'s profile at /users', () => {
......@@ -32,6 +32,6 @@ describe('routes', () => {
const matchedComponents = router.getMatchedComponents()
expect(matchedComponents[0].components.hasOwnProperty('UserCardContent')).to.eql(true)
expect(matchedComponents[0].components.hasOwnProperty('UserCard')).to.eql(true)
})
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment