forked from leonidas/transparency
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Testling.html
27 lines (25 loc) · 967 Bytes
/
Testling.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Jasmine Spec Runner</title>
<link rel="stylesheet" type="text/css" href="spec/lib/jasmine-1.3.1/jasmine.css">
</head>
<body>
<script src="spec/lib/jquery-1.9.1.min.js"></script>
<script src="spec/lib/jasmine-1.3.1/jasmine.js"></script>
<script src="spec/lib/jasmine-1.3.1/jasmine-html.js"></script>
<script src="spec/lib/jasmine.tap_reporter.js"></script>
<script src="dist/transparency.js"></script>
<script src="spec/specHelper.js"></script>
<script src="spec/basicsSpec.js"></script>
<script src="spec/cachedTemplatesSpec.js"></script>
<script src="spec/configSpec.js"></script>
<script src="spec/directivesSpec.js"></script>
<script src="spec/formsSpec.js"></script>
<script src="spec/listsSpec.js"></script>
<script src="spec/modelReferencesSpec.js"></script>
<script src="spec/nestedModelsSpec.js"></script>
<script src="spec/runner.js"></script>
</body>
</html>