modello + qunit


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset=utf-8 />
  5. <title>Modello and QUnit (by Robert Stenbom @ HiQ)</title>
  6. <link rel="stylesheet" href="http://code.jquery.com/qunit/git/qunit.css" type="text/css" media="screen" />
  7. <script src="js/modello.js" type="text/javascript"></script>
  8. <script src="http://code.jquery.com/jquery-latest.js"></script>
  9. <script type="text/javascript" src="http://code.jquery.com/qunit/git/qunit.js"></script>
  10. </head>
  11. <body>
  12. <h1 id="qunit-header">Tests</h1>
  13. <h2 id="qunit-banner"></h2>
  14. <div id="qunit-testrunner-toolbar"></div>
  15. <h2 id="qunit-userAgent"></h2>
  16. <ol id="qunit-tests"></ol>
  17. <div id="qunit-fixture">test markup, will be hidden</div>
  18. </body>
  19. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.