Created
February 13, 2012 07:51
-
-
Save w3ddd/1814761 to your computer and use it in GitHub Desktop.
mocha html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Mocha</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<link rel="stylesheet" href="style.css" /> | |
<script src="/jquery.js" type="text/javascript"></script> | |
<script src="/mocha.js"></script> | |
<script src="/expect.js"></script> | |
<script src="/test.js"></script> | |
<script>mocha.setup('bdd')</script> | |
<script>window.onload = function(){mocha.run();}</script> | |
</head> | |
<body> | |
<div id="mocha"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment