-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·29 lines (22 loc) · 1.02 KB
/
index.html
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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>jsfs Tests</title>
<link rel="stylesheet" type="text/css" href="jasmine-2.0.3/jasmine.css">
<script type="text/javascript" src="jasmine-2.0.3/jasmine.js"></script>
<script type="text/javascript" src="jasmine-2.0.3/jasmine-html.js"></script>
<script type="text/javascript" src="jasmine-2.0.3/console.js"></script>
<script type="text/javascript" src="jasmine-2.0.3/boot.js"></script>
<!-- include source files here... -->
<script type="text/javascript" src="../release/jsfs.js"></script>
<script type="text/javascript" src="../node_modules/lz-string/libs/lz-string-1.3.3.js"></script>
<!-- include spec files here... -->
<script type="text/javascript" src="class-spec.js"></script>
<script type="text/javascript" src="instance-spec.js"></script>
<script type="text/javascript" src="compression-spec.js"></script>
<script type="text/javascript" src="phantom-setup.js"></script>
</head>
<body>
</body>
</html>