test: added basic unit tests (except for charts). Unit tests segregated in directories.

This commit is contained in:
woothu
2018-10-12 10:01:54 +02:00
parent 364c951ef2
commit ceee8b07ca
45 changed files with 70 additions and 2 deletions
-2
View File
@@ -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)
})
})