Add local profile test
This commit is contained in:
parent
828b1c78f9
commit
b524e73a65
2 changed files with 107 additions and 5 deletions
|
@ -24,7 +24,6 @@ describe('routes', () => {
|
|||
|
||||
const matchedComponents = router.getMatchedComponents()
|
||||
|
||||
console.log(matchedComponents[0].components.UserCardContent)
|
||||
expect(matchedComponents[0].components.hasOwnProperty('UserProfile')).to.eql(true)
|
||||
expect(matchedComponents[0].components.hasOwnProperty('UserCardContent')).to.eql(true)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue