class
Version:
A simple yet powerful Ruby-like Class inheritance system
31 lines (30 loc) • 778 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="../node_modules/expect.js/expect.js"></script>
<script src="../node_modules/mocha/mocha.js"></script>
<script>
var module = {};
</script>
<script src="../node_modules/object-inspect/index.js"></script>
<script>
i = module.exports;
delete module;
</script>
<script src="test_helper.js"></script>
<script src="test_helper.js"></script>
<script>mocha.setup('bdd')</script>
<script src="../class.js"></script>
<script src="class_test.js"></script>
<script>
mocha.checkLeaks();
mocha.globals(['Class']);
mocha.run();
</script>
</body>
</html>