Add testing framework
colmdoyle opened this issue · 3 comments
colmdoyle commented
Before we write too much code, we should settle on a testing framework
colmdoyle commented
@stevengill @mwbrooks - For JS, what do we use on Bolt?
colmdoyle commented
@misscoded @seratch Same question ^ but for Python and Java.
seratch commented
@colmdoyle bolt-js / node-slack-sdk use mocha but I think Jest may be more common recently. For Python and Java, you can follow what bolt framework does (python: pytest, Java: junit + hamcrest)