forked from diverted247/txtjs
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtestem.mustache
More file actions
29 lines (23 loc) · 808 Bytes
/
testem.mustache
File metadata and controls
29 lines (23 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html>
<head>
<title>TXTJS Tests</title>
<script src="/node_modules/jasmine-core/lib/jasmine-core/jasmine.js"></script>
<script src="/node_modules/jasmine-core/lib/jasmine-core/jasmine-html.js"></script>
<script src="/node_modules/jasmine-core/lib/jasmine-core/boot.js"></script>
<script src="/testem.js"></script>
{{#serve_files}}
<script src="{{{src}}}" {{#attrs}} {{&.}}{{/attrs}}></script>
{{/serve_files}}
<link rel="stylesheet" href="/node_modules/jasmine-core/lib/jasmine-core/jasmine.css">
{{#css_files}}
<link rel="stylesheet" href="{{src}}" {{#attrs}} {{&.}}{{/attrs}}>
{{/css_files}}
</head>
<body>
<div id="jasmine_content"></div>
</body>
{{#footer_scripts}}
<script src="{{{src}}}" {{#attrs}} {{&.}}{{/attrs}}></script>
{{/footer_scripts}}
</html>