forked from josefsalyer/seed-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpecRunner.html
executable file
·33 lines (24 loc) · 923 Bytes
/
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
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jasmine Spec Runner v2.1.3</title>
<link rel="shortcut icon" type="image/png" href="lib/jasmine-2.1.3/jasmine_favicon.png">
<link rel="stylesheet" href="lib/jasmine-2.1.3/jasmine.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="lib/jasmine-2.1.3/jasmine.js"></script>
<script src="lib/jasmine-2.1.3/jasmine-html.js"></script>
<script src="lib/jasmine-2.1.3/boot.js"></script>
<!-- include source files here... -->
<script src="src/Application.js"></script>
<!-- include spec files here... -->
<script src="spec/ApplicationSpec.js"></script>
<!-- include source files here... -->
<script src="src/SOURCEFILE.js"></script>
<!-- include spec files here... -->
<script src="spec/SOURCEFILESpec.js"></script>
</head>
<body>
<div class="div"> </div>
</body>
</html>