mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
a753818b24
Initial commit of test dependencies, as brought over from prototype, to continue establishing build. WTD-519.
14 lines
278 B
HTML
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>
|