forked from BorisMoore/jsviews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunit-tests-all-observable-render-views.html
42 lines (31 loc) · 1.41 KB
/
unit-tests-all-observable-render-views.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
<!DOCTYPE html>
<html>
<head>
<link href="//code.jquery.com/qunit/qunit-1.21.0.css" rel="stylesheet" type="text/css" />
<script src="//code.jquery.com/jquery-1.12.3.js"></script>
<script src="//code.jquery.com/qunit/qunit-1.21.0.js"></script>
<script src="../jquery.observable.js"></script>
<script src="unit-tests/tests-jsobservable.js"></script>
<script src="../jsrender.js"></script>
<script src="unit-tests/tests-jsrender-no-jquery.js"></script>
<script src="unit-tests/tests-jsrender-with-jquery.js"></script>
<script src="resources/showviews.js"></script>
<script src="../jquery.views.js"></script>
<script src="unit-tests/tests-jsviews.js"></script>
<script src="requirejs/require.js"></script>
<script src="unit-tests/tests-jsrender-amd-scriptloader.js"></script>
<script src="unit-tests/tests-jsviews-amd-scriptloader.js"></script>
<script id="myTmpl" type="text/x-jsrender">A_{{:name}}_B</script>
<script id="my_tmpl" type="text/x-jsrender">A_{{:name}}_B</script>
<script id="my_tmpl2" type="text/x-jsrender">' " \ \' \"</script>
<script id="./test/templates/file/path.html" type="text/x-jsrender">ServerRenderedTemplate_{{:name}}_B</script>
</head>
<body>
<div id="qunit-fixture"><div id="result"></div></div>
<h1 id="qunit-header">JsViews QUnit Tests</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
</body>
</html>