user3428816
user3428816

Reputation: 1301

Testing Backbone applications with Jasmine and Sinon

When Testing Backbone applications with Jasmine and Sinon, can we call a backbone Model / View function directly into Jasmine JS Framework application.

If it is possible, then please help me how to call Backbone function into Jasmine application?.

Upvotes: 1

Views: 1477

Answers (1)

blorkfish
blorkfish

Reputation: 22824

I would highly recommend working through Jim Newberry's excellent tutorial on testing backbone with Jasmine.
He walks through pretty much every aspect of unit testing with Jasmine and Backbone.
The short answer is yes, absolutely.

http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html

Upvotes: 2

Related Questions