mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
6047f9494e
There is an example in eventRepositorySpec on how to listen on events.
3 lines
59 B
JavaScript
3 lines
59 B
JavaScript
module.exports = {
|
|
featureCreated : 'featureCreated'
|
|
}; |