We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844b96a commit 4584937Copy full SHA for 4584937
1 file changed
1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/_js.view/test.js
@@ -44,4 +44,5 @@ describe('debounce', function () {
44
obj.f('test');
45
this.clock.tick(5000);
46
});
47
+
48
0 commit comments