Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Mar 13, 2019
1 parent 5886be5 commit 4cd7033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/debounce.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
setTimeout(() => {
assert.isTrue(cb.calledOnce);
done();
})
});
});

const testEnqueue = (shouldFlush, done) => {
Expand Down

0 comments on commit 4cd7033

Please sign in to comment.