Skip to content

Commit

Permalink
speed up microtask testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gronke authored and dfreedm committed Dec 9, 2015
1 parent 3916493 commit 9bef4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
setTimeout(function() {
assert.equal(called, 1, 'debounce should be called exactly once');
done();
}, 50);
});

});

Expand Down

0 comments on commit 9bef4c0

Please sign in to comment.