Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Aug 18, 2024
1 parent dcc400a commit 712f94a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/events.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ describe('events', () => {
const events = new AsyncEvents();
events.should.be.instanceof(AsyncEvents);
events.should.be.an('object').with.property('log');
events.should.have.property('_maxListeners', 64);
events._listeners.should.be.an('array').and.be.empty;
events.should.have.property('_eventsCount', 0);
});
Expand Down

0 comments on commit 712f94a

Please sign in to comment.