UNPKG
@itools-front/ifrontui
Version:
latest (2.8.6)
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
Vue Material Component Framework
@itools-front/ifrontui
/
src
/
components
/
VTimeline
/
__tests__
/
VTimeline.spec.ts
11 lines
(8 loc)
•
240 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
VTimeline
from
'../VTimeline'
import
{ mount }
from
'@vue/test-utils'
describe
(
'VTimeline.ts'
,
() =>
{
it
(
'should match snapshot'
,
() =>
{
const
wrapper =
mount
(
VTimeline
)
expect
(wrapper.
html
()).
toMatchSnapshot
() }) })