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