UNPKG

backbone.cycle

Version:

Navigating and selecting Backbone Models and Collections.

42 lines (39 loc) 1.73 kB
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Test Framework Help</title> <link rel="stylesheet" href="test-framework.css"> </head> <body class="test-framework-help"> <nav><a href="index.html" target="jsTestHelp">Run the tests</a></nav> <section> <h1>Test Framework: Help and Reference</h1> <p>The test framework is based on Mocha and Chai. It includes these components:</p> <ul> <li> <a href="http://visionmedia.github.io/mocha/" target="jsTestDocs">Mocha</a> </li> <li> Chai:<br /> The <a href="http://chaijs.com/api/bdd/" target="jsTestDocs">Expect / Should API</a> with BDD assertion styles<br /> The <a href="http://chaijs.com/api/assert/" target="jsTestDocs">Assert API</a> with TDD assertion styles </li> <li> <a href="http://chaijs.com/plugins/sinon-chai" target="jsTestDocs">Sinon–Chai</a> <!-- The docs at Github are identical (https://github.com/domenic/sinon-chai) --> </li> <li> Sinon.js:<br /> The <a href="http://sinonjs.org/" target="jsTestDocs">overview</a> for getting started<br /> The <a href="http://sinonjs.org/docs/" target="jsTestDocs">detailed docs</a> </li> <li> <a href="http://chaijs.com/plugins/chai-jquery" target="jsTestDocs">Chai-jQuery</a> <!-- The docs at Github are identical (https://github.com/chaijs/chai-jquery) --> </li> </ul> </section> </body> </html>