(url)
| 2153 | } |
| 2154 | |
| 2155 | function stripQueryAndHash(url) { |
| 2156 | return url.replace(/[?#].*$/, ''); |
| 2157 | } |
| 2158 | |
| 2159 | function MockHttpExpectation(expectedMethod, expectedUrl, expectedData, expectedHeaders, |
| 2160 | expectedKeys) { |
no outgoing calls
no test coverage detected