node-discovery
node-discovery copied to clipboard
ready event not emitted if no need and setup never called
The ready
event is not emitted until needs are defined and resolved, but if there are no needs (e.g. needs are conditional), should emit ready
in the first tick.