forked from ironhack-labs/lab-js-chronometer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpecRunner.html
25 lines (19 loc) · 828 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Jasmine Spec Runner v2.8.0</title>
<link rel="shortcut icon" type="image/png" href="jasmine/jasmine-2.8.0/jasmine_favicon.png" />
<link rel="stylesheet" href="jasmine/jasmine-2.8.0/jasmine.css" />
<script src="jasmine/jasmine-2.8.0/jasmine.js"></script>
<script src="jasmine/jasmine-2.8.0/jasmine-html.js"></script>
<script src="jasmine/jasmine-2.8.0/boot.js"></script>
<!-- Iterations 1 - 8 -->
<script src="src/chronometer.js"></script>
<script src="tests/chronometer.spec.js"></script>
<!-- Bonus Iteration 9: Centiseconds -->
<!-- <script src="src/chronometer-centiseconds.js"></script> -->
<!-- <script src="tests/chronometer-centiseconds.spec.js"></script> -->
</head>
<body></body>
</html>