mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
remove test timeout
This commit is contained in:
@@ -152,7 +152,7 @@ describe('Dropdown', () => {
|
||||
done();
|
||||
}, 300);
|
||||
}, 300);
|
||||
}).timeout(3000);
|
||||
});
|
||||
it('hide on click', done => {
|
||||
vm = createVue({
|
||||
template: `
|
||||
|
||||
Reference in New Issue
Block a user