Add local profile test

This commit is contained in:
Maxim Filippov 2018-12-17 01:53:21 +03:00
parent 828b1c78f9
commit b524e73a65
2 changed files with 107 additions and 5 deletions

View file

@ -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)
})
})