kitbagjs / events

A lightweight event bus written in Typescript
MIT License
15 stars 0 forks source link

Add some tests and fix global handlers not being added #1

Closed pleek91 closed 11 months ago

pleek91 commented 11 months ago

Description

Adds test cases for all emitter methods and use cases. Fixes a bug caught by a test where global event handlers were not being added to the emitter.