chai/test/browser/docs.html

24 lines
724 B
HTML
Raw Normal View History

2012-02-24 23:25:39 +00:00
<html>
<head>
<title>Mocha</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="mocha.css" />
2012-02-24 23:25:39 +00:00
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="mocha.js"></script>
2012-02-24 23:25:39 +00:00
<script>mocha.setup('tdd')</script>
<script src="/chai.js"></script>
<script src="configuration.js"></script>
<script src="expect.js"></script>
<script src="should.js"></script>
<script src="assert.js"></script>
<script src="plugins.js"></script>
2012-02-24 23:25:39 +00:00
<script>onload = function() {
mocha.run();
}
</script>
</head>
<body>
<div id="mocha"></div>
</body>
</html>