mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
vant components
This commit is contained in:
@@ -15,8 +15,8 @@ describe('Icon', () => {
|
||||
}
|
||||
});
|
||||
|
||||
expect(wrapper.hasClass('zan-icon')).to.be.true;
|
||||
expect(wrapper.hasClass('zan-icon-arrow')).to.be.true;
|
||||
expect(wrapper.hasClass('van-icon')).to.be.true;
|
||||
expect(wrapper.hasClass('van-icon-arrow')).to.be.true;
|
||||
});
|
||||
|
||||
it('emit a click event', () => {
|
||||
|
Reference in New Issue
Block a user