(responseCallback)
| 59 | } |
| 60 | |
| 61 | function testCompileStreamingSuccessUsingFetch(responseCallback) { |
| 62 | return testCompileStreamingSuccess(() => testRequest(responseCallback)); |
| 63 | } |
| 64 | |
| 65 | function testCompileStreamingRejectionUsingFetch(responseCallback, rejection) { |
| 66 | return testCompileStreamingRejection(() => testRequest(responseCallback), |
no test coverage detected
searching dependent graphs…