Example projects using Jasmine-Node and/or Jasmine client
Are there any end user example projects that use best practices of javascript testing frameworks jasmine-node / jas开发者_开发知识库mine. Something like a simple CRM, rss reader etc..
Check out the Diaspora project, which uses jasmine for testing.
Check out a demo I used in a presentation a few months back: https://github.com/mtscout6/javascript-testing-example
It's a simple To Do List demonstration.
精彩评论