-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.mustache
More file actions
21 lines (17 loc) · 798 Bytes
/
Copy pathtest.mustache
File metadata and controls
21 lines (17 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<link rel="shortcut icon" type="image/png" href="node_modules/jasmine-core/lib/jasmine-core/jasmine_favicon.png">
<link rel="stylesheet" type="text/css" href="node_modules/jasmine-core/lib/jasmine-core/jasmine.css">
<script type="text/javascript" src="node_modules/jasmine-core/lib/jasmine-core/jasmine.js"></script>
<script type="text/javascript" src="node_modules/jasmine-core/lib/jasmine-core/jasmine-html.js"></script>
<script type="text/javascript" src="node_modules/jasmine-core/lib/jasmine-core/boot.js"></script>
<script src="/testem.js"></script>
{{#serve_files}}
<script type="module" src="{{src}}"></script>
{{/serve_files}}
</head>
<body>
<body>
<div id="jasmine_content"></div>
</body>
</body>
</html>