test: added basic unit tests (except for charts). Unit tests segregated in directories.
This commit is contained in:
@@ -19,7 +19,5 @@ describe(ComponentName + '.vue', () => {
|
||||
expect(wrapper.props().cardClasses).toBe('')
|
||||
expect(wrapper.props().header).toBe('header:string')
|
||||
expect(wrapper.props().text).toBe('text:string')
|
||||
expect(wrapper.props().chartType).toBe('chart1')
|
||||
expect(wrapper.props().chartHeight == 70).toBe(true)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user