a7227786a7d8a6f87cebb02a895cc854179c277d.svn-base 375 Bytes
<html>
  <head>
    <title>Example tests</title>
    <script src="nodeunit.js"></script>
    <script src="suite1.js"></script>
    <script src="suite2.js"></script>
    <script src="suite3.js"></script>
  </head>
  <body>
    <script>
      nodeunit.run({
        'suite1': suite1,
        'suite2': suite2,
        'suite3': suite3
      });
    </script>
  </body>
</html>