minor fixes

This commit is contained in:
Ilya Kantor 2020-05-06 20:57:42 +03:00
parent 844b96a821
commit 458493781f

View file

@ -44,4 +44,5 @@ describe('debounce', function () {
obj.f('test');
this.clock.tick(5000);
});
});