This repository was archived by the owner on Jan 30, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_SpecRunner.html
More file actions
57 lines (31 loc) · 1.67 KB
/
_SpecRunner.html
File metadata and controls
57 lines (31 loc) · 1.67 KB
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
50
51
52
53
54
55
56
57
<!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/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="bower_components/jasmine-favicon-reporter/vendor/favico.js"></script>
<script src="bower_components/jasmine-favicon-reporter/jasmine-favicon-reporter.js"></script>
<script src="bower_components/jasmine-jsreporter/jasmine-jsreporter.js"></script>
<script src="widgets/tests/SetUpTests.js"></script>
<script src="bower_components/dojo/dojo.js"></script>
<script src="widgets/tests/jasmineAMDErrorChecking.js"></script>
<script src="widgets/tests/spec/SpecBaseMap.js"></script>
<script src="widgets/tests/spec/SpecFindAddress.js"></script>
<script src="widgets/tests/spec/SpecMagicZoom.js"></script>
<script src="widgets/tests/spec/SpecTrsSearch.js"></script>
<script src="widgets/tests/spec/SpecZoomToCoords.js"></script>
<script src="modules/tests/spec/FormattingSpec.js"></script>
<script src="modules/tests/spec/SpecDomains.js"></script>
<script src="modules/tests/spec/SpecString.js"></script>
<script src="modules/tests/spec/SpecWebAPI.js"></script>
<script src=".grunt/grunt-contrib-jasmine/reporter.js"></script>
</body>
</html>