test: update tests and snapshots

This commit is contained in:
woothu
2019-09-23 14:53:04 +02:00
parent e31a6c7542
commit 1143880608
82 changed files with 11751 additions and 12325 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ localVue.use(CoreuiVue)
describe('User.vue', () => {
it('has a name', () => {
expect(User.name).toMatch('User')
expect(User.name).toBe('User')
})
it('is Vue instance', () => {
const wrapper = shallowMount(User, {