Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « browserify « test - github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f869a5d3da5243d39b1b8af8b1831aed3cb39f4 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<head>
    <link rel="stylesheet" href="../../node_modules/mocha/mocha.css" />
    <script src="../../node_modules/mocha/mocha.js" type="text/javascript"></script>
    <script src="bundle.js" type="text/javascript"></script>
</head>
<body>
  <div id="mocha"></div>
</body>