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
Unit tests: Mocha is great for unit tests.
BDD tests If you want a BDD test framework for Node.js then I'd recommend the Cucumber package.