You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jasmine. It's RSpec-like unit testing for javascript. Additionally,
Cucumber is pretty nice for integration tests with Capybara for user
interactions. This is the setup recommended by the thoughtbot
backbone-rails book.
Given that it works pretty well as is, I'm not overwhelmingly concerned
about . At some point, it might be nice to test-driven-ly extract some of
it for a more general system (i.e. to plug in other subjects than real
analysis, or to create your own courses like our other learnstreams).
I've been really lazy. We should probably write some tests, though.
What is your sense on the best javascript testing framework?
The text was updated successfully, but these errors were encountered: