Description
It would be nice if func (r *SocketmodeHandler) dispatcher(evt Event) was exposed publicly to allow integration testing of incoming Slack events, through the dispatch, all the middleware and handler without having to worry about the web socket connection.
in slack/socketmode/socketmode_handler.go
Description
It would be nice if
func (r *SocketmodeHandler) dispatcher(evt Event)was exposed publicly to allow integration testing of incoming Slack events, through the dispatch, all the middleware and handler without having to worry about the web socket connection.in
slack/socketmode/socketmode_handler.go