openmct/test.html
Victor Woeltjen a753818b24 [Build] Initial test dependencies
Initial commit of test dependencies, as brought over
from prototype, to continue establishing build. WTD-519.
2014-10-30 16:04:38 -07:00

14 lines
278 B
HTML

<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>