diff options
| author | Florian Apolloner <apollo13@users.noreply.github.com> | 2016-12-19 18:45:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-19 18:45:37 +0100 |
| commit | 10278885fd909085bd76ccc1690a979582455f9e (patch) | |
| tree | b3d917bed5b6404a2e9b6b59024e6d0b5c5552d6 /js_tests/tests.html | |
| parent | 620dcdde6e0e423a9343c63c7bc36d9e4301a2d8 (diff) | |
Fixed qunit tests (coverage still missing). (#7716)
Diffstat (limited to 'js_tests/tests.html')
| -rw-r--r-- | js_tests/tests.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/js_tests/tests.html b/js_tests/tests.html index 13aefd0c06..587559757e 100644 --- a/js_tests/tests.html +++ b/js_tests/tests.html @@ -42,7 +42,6 @@ </script> <script src="./qunit/qunit.js"></script> - <script src="./qunit/blanket.js" data-cover-flags="branchTracking"></script> <script src='../django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js'></script> <script src='../django/contrib/admin/static/admin/js/jquery.init.js'></script> @@ -87,11 +86,5 @@ <script src='../django/contrib/gis/static/gis/js/OLMapWidget.js' data-cover></script> <script src='./gis/mapwidget.test.js'></script> - <script> - if (location.href.match(/(\?|&)gruntReport($|&|=)/)) { - blanket.options("reporter", "qunit/grunt-reporter.js"); - } - </script> - </body> </html> |
