Tagged Questions
0
votes
0answers
105 views
Testing Backbone Model using Jasmine
It is the first time I write a javascript test for a Backbone Model.
Looking in the web resource there are not so many items about this subject.
I found this one, Testing Backbone applications with ...