PageRenderTime 19ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/doc/example-jsunit/test.html

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
HTML | 25 lines | 23 code | 2 blank | 0 comment | 0 complexity | 2d7e39260dd119db5957c85ad0cfaa59 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. <html>
  2. <head>
  3. <title>Test</title>
  4. <script type="text/javascript" src="jsunit/app/jsUnitCore.js"></script>
  5. <script type="text/javascript" src="script.js"></script>
  6. <script type="text/javascript">
  7. function test_f() {
  8. assert(f());
  9. }
  10. /*
  11. This code automatically stores coverage reports when running under
  12. jscoverage-server.
  13. */
  14. function tearDownPage() {
  15. if (window.jscoverage_report) {
  16. jscoverage_report();
  17. }
  18. }
  19. </script>
  20. </head>
  21. <body>
  22. </body>
  23. </html>