[Build] Initial test dependencies

Initial commit of test dependencies, as brought over
from prototype, to continue establishing build. WTD-519.
This commit is contained in:
Victor Woeltjen
2014-10-30 16:04:38 -07:00
parent e5be7dbe81
commit a753818b24
11 changed files with 3844 additions and 0 deletions

13
test.html Normal file
View File

@@ -0,0 +1,13 @@
<html>
<head>
<link rel="stylesheet"
type="text/css"
href="css/lib/jasmine.css">
<script type = "text/javascript"
src = "../js/lib/require.js"
data-main = "js/main">
</script>
</head>
<body>
</body>
</html>