mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Fixes #18013 Previously it was hard to debug an `expectOne` if the request had no match, as the error message was: Expected one matching request for criteria "Match URL: /some-url?query=hello", found none. This commit adds a bit more info to the error, by listing the actual requests received: Expected one matching request for criteria "Match URL: /some-url?query=hello", found none. Requests received are: POST /some-url?query=world. PR Close #27005 |
||
|---|---|---|
| .. | ||
| api.ts | ||
| backend.ts | ||
| module.ts | ||
| request.ts | ||