We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0d30d commit e20826cCopy full SHA for e20826c
test/src/index.spec.ts
@@ -227,7 +227,7 @@ describe('promise blocking queue', () => {
227
expect(events[1].name).to.eql('two');
228
expect(events[2].name).to.eql('three');
229
expect(events[1].time - events[0].time).to.be.lt(50);
230
- expect(events[2].time - events[1].time).to.be.gte(100);
+ expect(events[2].time - events[1].time).to.be.gte(99);
231
});
232
233
0 commit comments