Browse Source

Fix test/index.html for manual browser testing.

patch-2
Braydon Fuller 9 years ago
parent
commit
71d166d7a0
  1. 4
      test/index.html

4
test/index.html

@ -4,11 +4,11 @@
<title>Mocha</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
<link rel="stylesheet" href="../node_modules/bitcore-build/node_modules/mocha/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../node_modules/bitcore-build/node_modules/mocha/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script src="../tests.js"></script>
<script>

Loading…
Cancel
Save