-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpecRunner.html
25 lines (20 loc) · 1.06 KB
/
SpecRunner.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
<!DOCTYPE html>
<html>
<head>
<title>Jasmine Spec Runner</title>
<!-- start with loading jasmine -->
<link rel="shortcut icon" type="image/png" href="bower_components/jasmine-core/images/jasmine_favicon.png">
<link rel="stylesheet" type="text/css" href="bower_components/jasmine-core/lib/jasmine-core/jasmine.css">
<script type="text/javascript" src="bower_components/jasmine-core/lib/jasmine-core/jasmine.js"></script>
<script type="text/javascript" src="bower_components/jasmine-core/lib/jasmine-core/jasmine-html.js"></script>
<script type="text/javascript" src="bower_components/jasmine-core/lib/jasmine-core/boot.js"></script>
<!-- include source files here... -->
<script type="text/javascript" src="src/core.js"></script>
<script type="text/javascript" src="bower_components/moment/min/moment.min.js"></script>
<script type="text/javascript" src="bower_components/underscore/underscore-min.js"></script>
<!-- include spec files here... -->
<script type="text/javascript" src="src/tests/core_tests.js"></script>
</head>
<body>
</body>
</html>