changes to the testing, incorporating browser_testing
This commit is contained in:
17
test/browser_build_unit_tests.html
Normal file
17
test/browser_build_unit_tests.html
Normal file
@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Mocha Tests</title>
|
||||
<link rel="stylesheet" href="mocha.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="mocha"></div>
|
||||
<script src="expect.js"></script>
|
||||
<script src="mocha.js"></script>
|
||||
<script>mocha.setup('bdd');</script>
|
||||
<script>mocha.checkLeaks();</script>
|
||||
<script src="angular.js"></script>
|
||||
<script src="angular_build.js"></script>
|
||||
<script src="begin!"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user