mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
[Improvement] use bem mixin (#934)
This commit is contained in:
@@ -38,7 +38,7 @@ describe('Pagination', () => {
|
||||
expect(
|
||||
wrapper
|
||||
.find('.van-pagination__next')[0]
|
||||
.hasClass('van-pagination--disabled')
|
||||
.hasClass('van-pagination__item--disabled')
|
||||
).to.be.true;
|
||||
done();
|
||||
});
|
||||
|
Reference in New Issue
Block a user