6056 |
efrain |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html>
|
|
|
3 |
<head>
|
|
|
4 |
<link href="//code.jquery.com/qunit/qunit-1.21.0.css" rel="stylesheet" type="text/css" />
|
|
|
5 |
|
|
|
6 |
<script src="//code.jquery.com/jquery-3.5.1.js"></script>
|
|
|
7 |
<script src="//code.jquery.com/qunit/qunit-1.21.0.js"></script>
|
|
|
8 |
|
|
|
9 |
<script src="requirejs/require.js"></script>
|
|
|
10 |
|
|
|
11 |
<script src="unit-tests/tests-jsrender-amd-scriptloader.js"></script>
|
|
|
12 |
</head>
|
|
|
13 |
<body>
|
|
|
14 |
<div id="qunit-fixture"><div id="result"></div></div>
|
|
|
15 |
<h1 id="qunit-header">JsRender AMD QUnit Tests</h1>
|
|
|
16 |
<h2 id="qunit-banner"></h2>
|
|
|
17 |
<div id="qunit-testrunner-toolbar"></div>
|
|
|
18 |
<h2 id="qunit-userAgent"></h2>
|
|
|
19 |
<ol id="qunit-tests"></ol>
|
|
|
20 |
</body>
|
|
|
21 |
</html>
|