Skip to content

Commit

Permalink
one more fix to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 20, 2024
1 parent 1c7dffc commit edaab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/terminal.spec.js
Expand Up @@ -2922,7 +2922,7 @@ describe('sub plugins', function() {
expect(test.a).toHaveBeenCalled();
expect(test.b).toHaveBeenCalled();
done();
}, 0);
}, 10);
});
it('should remove resizer', function() {
div.resizer(test.a);
Expand Down

0 comments on commit edaab05

Please sign in to comment.