-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_SpecRunner.html
49 lines (27 loc) · 1.48 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Jasmine Spec Runner</title>
<link rel="shortcut icon" type="image/png" href=".grunt/grunt-contrib-jasmine/jasmine_favicon.png">
<link rel="stylesheet" type="text/css" href=".grunt/grunt-contrib-jasmine/jasmine.css">
</head>
<body>
<script src=".grunt/grunt-contrib-jasmine/es5-shim.js"></script>
<script src=".grunt/grunt-contrib-jasmine/jasmine.js"></script>
<script src=".grunt/grunt-contrib-jasmine/jasmine-html.js"></script>
<script src=".grunt/grunt-contrib-jasmine/json2.js"></script>
<script src=".grunt/grunt-contrib-jasmine/boot.js"></script>
<script src="specs/helpers/shared_behaviours.js"></script>
<script src="node_modules/koine-publisher/dist/Koine.Publisher.min.js"></script>
<script src="src/Koine.Decorators.Dom.ElementDecorator.js"></script>
<script src="src/Koine.Decorators.Dom.InputDecorator.js"></script>
<script src="src/Koine.Decorators.Dom.SelectDecorator.js"></script>
<script src="src/Koine.Decorators.Dom.SelectOptionDecorator.js"></script>
<script src="specs/Koine.Decorators.Dom.ElementDecorator_spec.js"></script>
<script src="specs/Koine.Decorators.Dom.InputDecorator_spec.js"></script>
<script src="specs/Koine.Decorators.Dom.SelectDecorator_spec.js"></script>
<script src="specs/Koine.Decorators.Dom.SelectOptionDecorator_spec.js"></script>
<script src=".grunt/grunt-contrib-jasmine/reporter.js"></script>
</body>
</html>