ga-wdi-boston / planning

Planning discussions and issues that span multiple repositories
https://waffle.io/ga-wdi-boston/planning
Other
0 stars 1 forks source link

Discuss `jasmine` alternatives for back-end testing #12

Closed jrhorn424 closed 8 years ago

jrhorn424 commented 8 years ago

Jasmine runs in the browser, even when reports are generated on the command line. That means it is less-than-well suited for testing command line applications and APIs.

Any replacement should have an RSpec-like syntax. This affects node-template and express-template.

gaand commented 8 years ago

The Node.js Way - Testing Essentials

So maybe mocha and the other stuff from that as a starting point for the discussion?

jrhorn424 commented 8 years ago

Closing due to resolution to use mocha.