Skip to content

Commit 8930c83

Browse files
Linting auto fix commit
1 parent 9bb3813 commit 8930c83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/jest-environment-ui5/src/env/mockXHR.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ const fs = require('fs');
1313
function createMockXHR(globalWindow, pathMappingFn, shimmedFilePath, mockData, XHR) {
1414
let realXhr = new XHR();
1515

16+
/**
17+
*
18+
* @param mockXHR
19+
* @param data
20+
*/
1621
function handleRealXHRSend(mockXHR, data) {
1722
realXhr.addEventListener('load', function () {
1823
mockXHR.responseText = realXhr.responseText;

0 commit comments

Comments
 (0)