BDD and TDD for node.js?

前端 未结 11 1308
北恋
北恋 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:19

    Update

    Mocha gets my vote now!


    You could have a look at the testing modules section from the node.js modules page. For example Vows is a pretty popular BDD framework.

    Vows is a behavior driven development framework for Node.js.

提交回复
热议问题