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
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.