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

@@ -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({