()
| 1230 | }) |
| 1231 | } |
| 1232 | function getJsonDoneHeaders() { |
| 1233 | return getBaseDoneHeaders({ |
| 1234 | 'Content-Type': 'application/json; charset=utf-8' |
| 1235 | }) |
| 1236 | } |
| 1237 | |
| 1238 | function doneOptions() { |
| 1239 | const headers = getBaseDoneHeaders() |
no test coverage detected