remove test timeout

This commit is contained in:
Leopoldthecoder
2017-08-09 12:47:27 +08:00
parent e3aa5ac594
commit dc7de86a67
4 changed files with 3 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ describe('Dropdown', () => {
done();
}, 300);
}, 300);
}).timeout(3000);
});
it('hide on click', done => {
vm = createVue({
template: `