Skip to content

Commit

Permalink
chore(supertape) lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 9, 2022
1 parent 373dfe0 commit 555a7e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/supertape/lib/supertape.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,10 @@ test.extend = (extensions) => {
};

const loop = once(({emitter, tests}) => {
let runned = false;
let previousCount = 0;

(function loop() {
if (previousCount === tests.length) {
runned = true;
emitter.emit('run');

return;
Expand Down

0 comments on commit 555a7e6

Please sign in to comment.