BDD and TDD for node.js?

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

    Package a (bdd and mocking) https://npmjs.org/package/a

    Very compact syntax, context separated from acts, chainable acts. Easy Cmd line runner that searches recursively.

提交回复
热议问题