chai-spies
Version:
Spies for the Chai assertion library.
21 lines (20 loc) • 692 B
HTML
<html>
<head>
<title>Chai Spies</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../node_modules/mocha/mocha.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="../../node_modules/mocha/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script src="../../node_modules/chai/chai.js"></script>
<script src="../../chai-spies.js"></script>
<script src="../spies.js"></script>
<script>onload = function() {
mocha.run();
}
</script>
</head>
<body>
<div id="mocha"></div>
</body>
</html>