Skip to content

Commit

Permalink
Lint is well-named, because it also describes the intelligence of the…
Browse files Browse the repository at this point in the history
… tool.
  • Loading branch information
spathiwa committed Jun 25, 2018
1 parent 5a7372f commit 98fb9a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-it/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,11 @@
});
// Vireo unit tests can't fire JS events, so register no-op registration functions
vireo.controlEvents.setRegisterForControlEventsFunction(function () {
// No-op. Wait, didn't you just say above this function was a no-op?
// Why yes, yes I did, but this comment is here to defeat stupid eslint rules.
});
vireo.controlEvents.setUnRegisterForControlEventsFunction(function () {
// No-op. Ditto.
});

try {
Expand Down

0 comments on commit 98fb9a8

Please sign in to comment.