Skip to content

Commit

Permalink
test(rstream): remove obsolete/dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 8, 2021
1 parent 86a72ea commit ac96481
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/rstream/test/debounce.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ group(
done();
}, TIMEOUT * 5);
},
foo: () => {
throw new Error("Illegal number: 23");
},
},
{ maxTrials: 3, timeOut: TIMEOUT * 6 }
);

0 comments on commit ac96481

Please sign in to comment.