BDD and TDD for node.js?

前端 未结 11 1290
北恋
北恋 2021-01-29 20:37

What is used for BDD and TDD with node.js?

I\'m used to use Cucumber + RSpec. What\'s a good combo for node.js?

thanks

11条回答
  •  一向
    一向 (楼主)
    2021-01-29 21:16

    Check out mocha - (github)

    Also mocha-cakes, my attempt for Cucumber syntax on mocha.

提交回复
热议问题