Sha256: 13415ddf51d72376f0589a55e731722ed93c23dc1111cf0cd5997baeb324ae9d

Contents?: true

Size: 387 Bytes

Versions: 4

Compression:

Stored size: 387 Bytes

Contents

<html>
  <head>
    <title>Mocha</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <link rel="stylesheet" href="mocha.css" />
  </head>
  <body>
    <div id="mocha"></div>
    <script src="mocha.js"></script>
    <script>mocha.setup('bdd')</script>
    <script src="my-tests.js"></script>
    <script>
      mocha.run();
    </script>
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stylus-source-0.28.2 vendor/node_modules/mocha/support/template.html
stylus-source-0.28.1 vendor/node_modules/mocha/support/template.html
stylus-source-0.28.0 vendor/node_modules/mocha/support/template.html
stylus-source-0.27.2 vendor/node_modules/mocha/support/template.html