Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > b47e700421bff7b8d79919bc89d08a4f > files > 70

nodeunit-0.9.1-5.mga7.noarch.rpm

<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>