mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
unit test
This commit is contained in:
@@ -16,7 +16,7 @@ describe('Field', () => {
|
||||
expect(wrapper.hasClass('zan-field')).to.be.true;
|
||||
});
|
||||
|
||||
it('create a text field with initialize value', () => {
|
||||
it('create a text field with initialize value', (done) => {
|
||||
wrapper = mount(Field, {
|
||||
propsData: {
|
||||
value: 'test'
|
||||
|
Reference in New Issue
Block a user