slackapi / node-slack-interactive-messages

Slack Buttons, Menus, and Dialogs made simpler for Node
MIT License
133 stars 41 forks source link

Fix exporting of module #60

Closed shaydewael closed 6 years ago

shaydewael commented 6 years ago

Summary

Fixes export behavior of module by making SlackMessageAdapter a named export as well as the default export

Requirements (place an x in each [ ])

codecov[bot] commented 6 years ago

Codecov Report

Merging #60 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   99.08%   99.08%           
=======================================
  Files           3        3           
  Lines         219      219           
=======================================
  Hits          217      217           
  Misses          2        2
Impacted Files Coverage Δ
src/adapter.js 99.31% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e8e2702...3d7bdb5. Read the comment docs.