Added widget charts, chart extracted from widgets.
This commit is contained in:
@@ -22,8 +22,8 @@ describe(ComponentName + '.vue', () => {
|
||||
const vm = new Vue(Component).$mount()
|
||||
expect(vm.backgroundColor).toBe('')
|
||||
expect(vm.styleClasses).toBe('')
|
||||
expect(vm.header).toBe('header|string')
|
||||
expect(vm.text).toBe('text|string')
|
||||
expect(vm.header).toBe('header:string')
|
||||
expect(vm.text).toBe('text:string')
|
||||
expect(vm.variant).toBe('')
|
||||
expect(vm.value == 25).toBe(true)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user