actionsheet unit test

This commit is contained in:
cookfront
2017-04-12 12:01:44 +08:00
parent b207efe729
commit 7c75f48eaa
12 changed files with 130 additions and 36 deletions

View File

@@ -110,7 +110,6 @@ describe('Switch', () => {
});
it('toggle switch value from v-model', function(done) {
let checked = false;
wrapper = mount(Switch, {
propsData: {
value: false