hierarchy-model
Version:
A data model for a hierarchy of nodes, used by roles-hierarchy and permissions-hierarchy
22 lines (20 loc) • 574 B
HTML
<html>
<head>
<title>Mocha Tests</title>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css">
</head>
<body>
<div id="mocha"></div>
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../node_modules/chai/chai.js"></script>
<!--<script src="node_modules/babel-standalone/babel.js"></script>-->
<script>mocha.setup('bdd')</script>
<!-- load code you want to test here -->
<script src="../distribution/test.js" type="text/javascript"></script>
<!-- load your test files here -->
<script>
mocha.run();
</script>
</body>
</html>