Skip to content

test: remove unnecessary console log

The console.log is redundant here as we have an assertion on line 55:

assert.strictEqual(hit, QUEUE);

That checks hit is 10.

Merge request reports

Loading