You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
432 B
17 lines
432 B
<html> |
|
<head> |
|
<title>Mocha</title> |
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
<link rel="stylesheet" href="mocha.css" /> |
|
</head> |
|
<body> |
|
<div id="mocha"></div> |
|
<script src="mocha.js"></script> |
|
<script src="../build/build.js"></script> |
|
<script>mocha.setup('bdd')</script> |
|
<script src="keycode.js"></script> |
|
<script> |
|
mocha.run(); |
|
</script> |
|
</body> |
|
</html>
|
|
|