(result)
| 694 | } |
| 695 | |
| 696 | function specHref(result) { |
| 697 | // include window.location.pathname to fix issue with karma-jasmine-html-reporter in angular: see https://github.com/jasmine/jasmine/issues/1906 |
| 698 | return (window.location.pathname || "") + addToExistingQueryString("spec", result.fullName) |
| 699 | } |
| 700 | |
| 701 | function seedHref(seed) { |
| 702 | // include window.location.pathname to fix issue with karma-jasmine-html-reporter in angular: see https://github.com/jasmine/jasmine/issues/1906 |
no outgoing calls
no test coverage detected