-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpecRunner.html
More file actions
30 lines (24 loc) · 929 Bytes
/
Copy pathSpecRunner.html
File metadata and controls
30 lines (24 loc) · 929 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
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jasmine Spec Runner v5.1.2</title>
<link rel="shortcut icon" type="image/png" href="lib/jasmine-5.1.2/jasmine_favicon.png">
<link rel="stylesheet" href="lib/jasmine-5.1.2/jasmine.css">
<script src="lib/jasmine-5.1.2/jasmine.js"></script>
<script src="lib/jasmine-5.1.2/jasmine-html.js"></script>
<script src="lib/jasmine-5.1.2/boot0.js"></script>
<!-- optional: include a file here that configures the Jasmine env -->
<script src="lib/jasmine-5.1.2/boot1.js"></script>
<!-- include source files here... -->
<!-- <script src="src/Player.js"></script>
<script src="src/Song.js"></script> -->
<script src="src/game.js"></script>
<!-- include spec files here... -->
<!-- <script src="spec/SpecHelper.js"></script>
<script src="spec/PlayerSpec.js"></script> -->
<script src="spec/GameSpec.js"></script>
</head>
<body>
</body>
</html>