add unit test

This commit is contained in:
cookfront
2017-04-20 18:11:05 +08:00
parent 1b90609fc6
commit efd24b0680
8 changed files with 33 additions and 59 deletions
-1
View File
@@ -16,7 +16,6 @@ describe('Field', () => {
});
expect(wrapper.hasClass('van-field')).to.be.true;
expect(wrapper.propsData().type).to.equal('text');
});
it('create a text field with initialize value', (done) => {