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:
@@ -28,7 +28,7 @@ describe('Dialog', () => {
|
||||
expect(dialog.$el.style.display).to.not.equal('none');
|
||||
done();
|
||||
}, 10);
|
||||
}).timeout(3000);
|
||||
});
|
||||
|
||||
it('render correct content', done => {
|
||||
vm = createVue({
|
||||
|
||||
Reference in New Issue
Block a user