Skip to content

Commit edaab05

Browse files
committed
one more fix to unit tests
1 parent 1c7dffc commit edaab05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/terminal.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2922,7 +2922,7 @@ describe('sub plugins', function() {
29222922
expect(test.a).toHaveBeenCalled();
29232923
expect(test.b).toHaveBeenCalled();
29242924
done();
2925-
}, 0);
2925+
}, 10);
29262926
});
29272927
it('should remove resizer', function() {
29282928
div.resizer(test.a);

0 commit comments

Comments
 (0)