repo for angularjs testing training
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.
 
 

26 lines
442 B

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<link rel="stylesheet" href="/base/lib/mocha/mocha.css" />
<style>
#fixture {
position: absolute;
top: -9999;
left: -9999;
};
</style>
<script src="/base/main.js"></script>
<script>
window.onload = function() {
//mocha.run()
};
</script>
</head>
<body>
<div id="mocha"></div>
</body>
</html>