finished migrating all unit tests over to Mocha

This commit is contained in:
Eric Rowell
2013-09-11 12:02:03 -07:00
parent 029348ec54
commit a9496339d1
40 changed files with 1916 additions and 269 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>My Sample Project</title>
<!-- data-main attribute tells require.js to load
scripts/main.js after require.js loads. -->
<script data-main="scripts/main" src="scripts/require.js"></script>
</head>
<body>
<h1>My Sample Project</h1>
<div id="container"></div>
</body>
</html>