| Index: templates/testIndex.html.tmpl |
| diff --git a/templates/testIndex.html.tmpl b/templates/testIndex.html.tmpl |
| index cc091974ad3cc3e11ffef5e6b8ae1a1505c0ae4c..dec9b398bfc9fa29117c6f6b257a2b806258e574 100644 |
| --- a/templates/testIndex.html.tmpl |
| +++ b/templates/testIndex.html.tmpl |
| @@ -14,6 +14,7 @@ |
| {%- for script in scripts %} |
| <script src="{{ script }}"></script> |
| {%- endfor %} |
| + <script src="tests.js"></script> |
| </head> |
| <body> |
| <h1 id="qunit-header">{{ basename }} unit tests</h1> |