fix #26
Returning false will cause 'zone.js' to invoke e.preventDefault(), preventing the page from reloading.
This commit is contained in:
Alex Parloti
2020-04-02 21:01:56 +02:00
committed by GitHub
parent 79d55216fc
commit 9a7dfb15d2

View File

@@ -321,9 +321,11 @@ jasmineRequire.HtmlReporter = function(j$) {
find('.jasmine-failures-menu').onclick = function() {
setMenuModeTo('jasmine-failure-list');
return false;
};
find('.jasmine-spec-list-menu').onclick = function() {
setMenuModeTo('jasmine-spec-list');
return false;
};
setMenuModeTo('jasmine-failure-list');