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

index.html « browser « test - github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46d63d9f5937bbc3b7136951815228873f1498f4 (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="browseroutput.js" type="text/javascript"></script>
</head>
<body>
  <div id="mocha"></div>
</body>