(attr)
| 12 | text() { return '{}'; }, |
| 13 | headers: { |
| 14 | get(attr) { |
| 15 | if (attr === 'content-type') { |
| 16 | return 'application/json'; |
| 17 | } else { |
| 18 | throw new Error("Tried to access a value on the response that we didn't stub!"); |
| 19 | } |
| 20 | } |
| 21 | } |
| 22 | }))); |
| 23 |
nothing calls this directly
no outgoing calls
no test coverage detected