Unable to scan and generate the code coverage results for webapp (typescript)

Hi,

We are not able to scan the code coverage files on web app project in sonar cloud, the reported error was mentioned below.

Error: write EPIPE
at ChildProcess.target._send (node:internal/child_process:874:20)
at ChildProcess.target.send (node:internal/child_process:747:19)
at ChildProcessWorker.send (D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\workers\ChildProcessWorker.js:299:17)
at WorkerPool.send (D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\WorkerPool.js:32:34)
at Farm._process (D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\Farm.js:147:10)
at Farm._enqueue (D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\Farm.js:176:10)
at Farm._push (D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\Farm.js:183:12)
at D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\Farm.js:106:14
at new Promise ()
at Farm.doWork (D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\Farm.js:69:21)
Emitted ‘error’ event on ChildProcess instance at:
at node:internal/child_process:878:39
at processTicksAndRejections (node:internal/process/task_queues:78:11) {
errno: -4047,
code: ‘EPIPE’,
syscall: ‘write’
}

Please help us on the request raised and awaiting for your response.

Thanks.

Hey there.

I don’t see anything in the stacktrace related to SonarCloud. What command generated the following error, and what was happening in the logs before this error was raised?

Hello,

We are using azure devops server and the command is npm run test.

Below are the pipeline logs related to the particular task:

2023-02-22T15:46:35.1275982Z 
2023-02-22T15:46:35.1276748Z     console.error
2023-02-22T15:46:35.1277467Z       Warning: `value` prop on `input` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.
2023-02-22T15:46:35.1278290Z           at input
2023-02-22T15:46:35.1279066Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1279673Z           at div
2023-02-22T15:46:35.1280303Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1281589Z           at InputBase (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\InputBase\InputBase.js:254:44)
2023-02-22T15:46:35.1282471Z           at FilledInput (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\FilledInput\FilledInput.js:211:44)
2023-02-22T15:46:35.1283073Z           at div
2023-02-22T15:46:35.1283669Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1284559Z           at FormControl (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\FormControl\FormControl.js:111:44)
2023-02-22T15:46:35.1285899Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1287184Z           at TextField (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\TextField\TextField.js:107:44)
2023-02-22T15:46:35.1287923Z           at div
2023-02-22T15:46:35.1288551Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1289411Z           at FormControl (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\FormControl\FormControl.js:111:44)
2023-02-22T15:46:35.1290019Z           at div
2023-02-22T15:46:35.1290648Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1291904Z           at Grid (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Grid\Grid.js:433:49)
2023-02-22T15:46:35.1292444Z           at div
2023-02-22T15:46:35.1293044Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1293845Z           at Grid (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Grid\Grid.js:433:49)
2023-02-22T15:46:35.1294395Z           at div
2023-02-22T15:46:35.1294993Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1295823Z           at Grid (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Grid\Grid.js:433:49)
2023-02-22T15:46:35.1296805Z           at div
2023-02-22T15:46:35.1297410Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1298232Z           at Grid (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Grid\Grid.js:433:49)
2023-02-22T15:46:35.1298780Z           at div
2023-02-22T15:46:35.1299373Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1300194Z           at Grid (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Grid\Grid.js:433:49)
2023-02-22T15:46:35.1300727Z           at div
2023-02-22T15:46:35.1301751Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1302705Z           at DialogContent (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\DialogContent\DialogContent.js:77:44)
2023-02-22T15:46:35.1303325Z           at div
2023-02-22T15:46:35.1303639Z           at div
2023-02-22T15:46:35.1304263Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1305069Z           at Paper (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Paper\Paper.js:102:44)
2023-02-22T15:46:35.1305906Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1306949Z           at div
2023-02-22T15:46:35.1307554Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1308440Z           at Transition (D:\a\1\s\WIS_WebApp\node_modules\react-transition-group\cjs\Transition.js:135:30)
2023-02-22T15:46:35.1309389Z           at Fade (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Fade\Fade.js:50:39)
2023-02-22T15:46:35.1310165Z           at FocusTrap (D:\a\1\s\WIS_WebApp\node_modules\@mui\base\node\FocusTrap\FocusTrap.js:109:5)
2023-02-22T15:46:35.1310746Z           at div
2023-02-22T15:46:35.1311795Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1312780Z           at Portal (D:\a\1\s\WIS_WebApp\node_modules\@mui\base\node\Portal\Portal.js:35:5)
2023-02-22T15:46:35.1313634Z           at ModalUnstyled (D:\a\1\s\WIS_WebApp\node_modules\@mui\base\node\ModalUnstyled\ModalUnstyled.js:81:5)
2023-02-22T15:46:35.1314468Z           at Modal (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Modal\Modal.js:93:44)
2023-02-22T15:46:35.1315277Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1316494Z           at Dialog (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Dialog\Dialog.js:186:44)
2023-02-22T15:46:35.1317289Z           at AddEditTagRange (D:\a\1\s\WIS_WebApp\src\pages\Count\AddEditTagRange.tsx:52:7)
2023-02-22T15:46:35.1318854Z           at Provider (D:\a\1\s\WIS_WebApp\node_modules\react-redux\lib\components\Provider.js:21:20)
2023-02-22T15:46:35.1319680Z           at Router (D:\a\1\s\WIS_WebApp\node_modules\react-router\cjs\react-router.js:283:30)
2023-02-22T15:46:35.1320508Z           at BrowserRouter (D:\a\1\s\WIS_WebApp\node_modules\react-router-dom\cjs\react-router-dom.js:75:35)
2023-02-22T15:46:35.1320944Z 
2023-02-22T15:46:35.1321702Z       52 |
2023-02-22T15:46:35.1322147Z       53 | test("Add Edit Tag Range render", async () => {
2023-02-22T15:46:35.1322592Z     > 54 |   act(() => {
2023-02-22T15:46:35.1322912Z          |      ^
2023-02-22T15:46:35.1323250Z       55 |     render(
2023-02-22T15:46:35.1323610Z       56 |       <BrowserRouter>
2023-02-22T15:46:35.1324169Z       57 |         <Provider store={store}>
2023-02-22T15:46:35.1324379Z 
2023-02-22T15:46:35.1324911Z       at printWarning (node_modules/react-dom/cjs/react-dom.development.js:86:30)
2023-02-22T15:46:35.1325607Z       at error (node_modules/react-dom/cjs/react-dom.development.js:60:7)
2023-02-22T15:46:35.1326744Z       at validateProperties$1 (node_modules/react-dom/cjs/react-dom.development.js:3644:9)
2023-02-22T15:46:35.1327574Z       at validatePropertiesInDevelopment (node_modules/react-dom/cjs/react-dom.development.js:9540:5)
2023-02-22T15:46:35.1328344Z       at setInitialProperties (node_modules/react-dom/cjs/react-dom.development.js:9830:5)
2023-02-22T15:46:35.1329130Z       at finalizeInitialChildren (node_modules/react-dom/cjs/react-dom.development.js:10950:3)
2023-02-22T15:46:35.1329903Z       at completeWork (node_modules/react-dom/cjs/react-dom.development.js:22193:17)
2023-02-22T15:46:35.1330640Z       at completeUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26593:16)
2023-02-22T15:46:35.1331849Z       at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26568:5)
2023-02-22T15:46:35.1332616Z       at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
2023-02-22T15:46:35.1333345Z       at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
2023-02-22T15:46:35.1334105Z       at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:26085:20)
2023-02-22T15:46:35.1334891Z       at flushSyncCallbacks (node_modules/react-dom/cjs/react-dom.development.js:12042:22)
2023-02-22T15:46:35.1335627Z       at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:26959:3)
2023-02-22T15:46:35.1336791Z       at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:26682:5)
2023-02-22T15:46:35.1337570Z       at finishConcurrentRender (node_modules/react-dom/cjs/react-dom.development.js:25981:9)
2023-02-22T15:46:35.1338353Z       at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25809:7)
2023-02-22T15:46:35.1339270Z       at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
2023-02-22T15:46:35.1339942Z       at act (node_modules/react/cjs/react.development.js:2582:11)
2023-02-22T15:46:35.1340564Z       at node_modules/@testing-library/react/dist/act-compat.js:63:25
2023-02-22T15:46:35.1341596Z       at tests/pages/Count/AddEditTagRange.spec.tsx:54:6
2023-02-22T15:46:35.1342230Z       at step (tests/pages/Count/AddEditTagRange.spec.tsx:67:23)
2023-02-22T15:46:35.1342898Z       at Object.next (tests/pages/Count/AddEditTagRange.spec.tsx:48:53)
2023-02-22T15:46:35.1343533Z       at tests/pages/Count/AddEditTagRange.spec.tsx:42:71
2023-02-22T15:46:35.1344187Z       at Object.<anonymous>.__awaiter (tests/pages/Count/AddEditTagRange.spec.tsx:38:12)
2023-02-22T15:46:35.1344906Z       at Object.<anonymous> (tests/pages/Count/AddEditTagRange.spec.tsx:53:35)
2023-02-22T15:46:35.1345230Z 
2023-02-22T15:46:35.1345556Z     console.error
2023-02-22T15:46:35.1347112Z       Warning: A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components
2023-02-22T15:46:35.1348414Z           at input
2023-02-22T15:46:35.1349058Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1349693Z           at div
2023-02-22T15:46:35.1350302Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1351599Z           at InputBase (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\InputBase\InputBase.js:254:44)
2023-02-22T15:46:35.1352513Z           at FilledInput (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\FilledInput\FilledInput.js:211:44)
2023-02-22T15:46:35.1353110Z           at div
2023-02-22T15:46:35.1353731Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1354630Z           at FormControl (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\FormControl\FormControl.js:111:44)
2023-02-22T15:46:35.1355505Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1356781Z           at TextField (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\TextField\TextField.js:107:44)
2023-02-22T15:46:35.1357410Z           at div
2023-02-22T15:46:35.1358005Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1358902Z           at FormControl (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\FormControl\FormControl.js:111:44)
2023-02-22T15:46:35.1359510Z           at div
2023-02-22T15:46:35.1360115Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1360956Z           at Grid (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Grid\Grid.js:433:49)
2023-02-22T15:46:35.1361904Z           at div
2023-02-22T15:46:35.1362538Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1363363Z           at Grid (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Grid\Grid.js:433:49)
2023-02-22T15:46:35.1363879Z           at div
2023-02-22T15:46:35.1364494Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1365325Z           at Grid (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Grid\Grid.js:433:49)
2023-02-22T15:46:35.1365846Z           at div
2023-02-22T15:46:35.1366853Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1368114Z           at Grid (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Grid\Grid.js:433:49)
2023-02-22T15:46:35.1369488Z           at div
2023-02-22T15:46:35.1370133Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1370946Z           at Grid (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Grid\Grid.js:433:49)
2023-02-22T15:46:35.1371972Z           at div
2023-02-22T15:46:35.1372613Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1373496Z           at DialogContent (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\DialogContent\DialogContent.js:77:44)
2023-02-22T15:46:35.1374127Z           at div
2023-02-22T15:46:35.1374475Z           at div
2023-02-22T15:46:35.1375080Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1375915Z           at Paper (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Paper\Paper.js:102:44)
2023-02-22T15:46:35.1377226Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1377984Z           at div
2023-02-22T15:46:35.1378618Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1379503Z           at Transition (D:\a\1\s\WIS_WebApp\node_modules\react-transition-group\cjs\Transition.js:135:30)
2023-02-22T15:46:35.1380291Z           at Fade (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Fade\Fade.js:50:39)
2023-02-22T15:46:35.1381089Z           at FocusTrap (D:\a\1\s\WIS_WebApp\node_modules\@mui\base\node\FocusTrap\FocusTrap.js:109:5)
2023-02-22T15:46:35.1382123Z           at div
2023-02-22T15:46:35.1382736Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1383586Z           at Portal (D:\a\1\s\WIS_WebApp\node_modules\@mui\base\node\Portal\Portal.js:35:5)
2023-02-22T15:46:35.1384422Z           at ModalUnstyled (D:\a\1\s\WIS_WebApp\node_modules\@mui\base\node\ModalUnstyled\ModalUnstyled.js:81:5)
2023-02-22T15:46:35.1385275Z           at Modal (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Modal\Modal.js:93:44)
2023-02-22T15:46:35.1386503Z           at D:\a\1\s\WIS_WebApp\node_modules\@emotion\react\dist\emotion-element-b63ca7c6.cjs.dev.js:43:23
2023-02-22T15:46:35.1387370Z           at Dialog (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Dialog\Dialog.js:186:44)
2023-02-22T15:46:35.1388168Z           at AddEditTagRange (D:\a\1\s\WIS_WebApp\src\pages\Count\AddEditTagRange.tsx:52:7)
2023-02-22T15:46:35.1388980Z           at Provider (D:\a\1\s\WIS_WebApp\node_modules\react-redux\lib\components\Provider.js:21:20)
2023-02-22T15:46:35.1389786Z           at Router (D:\a\1\s\WIS_WebApp\node_modules\react-router\cjs\react-router.js:283:30)
2023-02-22T15:46:35.1390648Z           at BrowserRouter (D:\a\1\s\WIS_WebApp\node_modules\react-router-dom\cjs\react-router-dom.js:75:35)
2023-02-22T15:46:35.1391479Z 
2023-02-22T15:46:35.1392033Z       at printWarning (node_modules/react-dom/cjs/react-dom.development.js:86:30)
2023-02-22T15:46:35.1392930Z       at error (node_modules/react-dom/cjs/react-dom.development.js:60:7)
2023-02-22T15:46:35.1393643Z       at updateWrapper (node_modules/react-dom/cjs/react-dom.development.js:1813:7)
2023-02-22T15:46:35.1394391Z       at updateProperties (node_modules/react-dom/cjs/react-dom.development.js:10151:7)
2023-02-22T15:46:35.1395134Z       at commitUpdate (node_modules/react-dom/cjs/react-dom.development.js:11047:3)
2023-02-22T15:46:35.1395895Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24389:19)
2023-02-22T15:46:35.1397173Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1398021Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24293:9)
2023-02-22T15:46:35.1398990Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1399829Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24576:9)
2023-02-22T15:46:35.1400668Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1401945Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24346:9)
2023-02-22T15:46:35.1402792Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1403613Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24293:9)
2023-02-22T15:46:35.1404415Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1405241Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24293:9)
2023-02-22T15:46:35.1406464Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1407458Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24293:9)
2023-02-22T15:46:35.1408283Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1409091Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24346:9)
2023-02-22T15:46:35.1409918Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1410744Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24293:9)
2023-02-22T15:46:35.1411996Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1412830Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24576:9)
2023-02-22T15:46:35.1413675Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1414630Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24293:9)
2023-02-22T15:46:35.1415460Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1416656Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24293:9)
2023-02-22T15:46:35.1417471Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1418300Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24293:9)
2023-02-22T15:46:35.1419132Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1419949Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24346:9)
2023-02-22T15:46:35.1420781Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1422021Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24293:9)
2023-02-22T15:46:35.1422835Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1423655Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24576:9)
2023-02-22T15:46:35.1424656Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1425468Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24293:9)
2023-02-22T15:46:35.1426698Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1427692Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24346:9)
2023-02-22T15:46:35.1428503Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1429330Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24293:9)
2023-02-22T15:46:35.1430158Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1430959Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24576:9)
2023-02-22T15:46:35.1432224Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1433057Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24293:9)
2023-02-22T15:46:35.1433870Z       at recursivelyTraverseMutationEffects (node_modules/react-dom/cjs/react-dom.development.js:24273:7)
2023-02-22T15:46:35.1434968Z       at commitMutationEffectsOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24346:9)
2023-02-22T15:46:35.1435477Z 
2023-02-22T15:46:35.1435909Z PASS tests/components/Footer/Footer.spec.tsx (23.104 s)
2023-02-22T15:46:35.1437001Z PASS tests/components/VarianceToolBarHeader/VarianceToolBarHeader.spec.tsx (27.077 s)
2023-02-22T15:46:35.1437344Z 
2023-02-22T15:46:35.1437912Z   ●  Cannot log after tests are done. Did you forget to wait for something async in your test?
2023-02-22T15:46:35.1438465Z     Attempted to log "".
2023-02-22T15:46:35.1438639Z 
2023-02-22T15:46:35.1438783Z 
2023-02-22T15:46:35.1438908Z 
2023-02-22T15:46:35.1439402Z       at console.error (node_modules/@jest/console/build/BufferedConsole.js:161:10)
2023-02-22T15:46:35.1440037Z       at src/pages/Count/AddToRange.tsx:6311:21
2023-02-22T15:46:35.1440593Z       at step (src/pages/Count/AddToRange.tsx:5911:19)
2023-02-22T15:46:35.1441606Z       at Object.throw (src/pages/Count/AddToRange.tsx:5685:14)
2023-02-22T15:46:35.1442241Z       at rejected (src/pages/Count/AddToRange.tsx:5596:32)
2023-02-22T15:46:35.1442523Z 
2023-02-22T15:46:35.1442894Z PASS tests/utils/helper.spec.ts
2023-02-22T15:46:35.1443343Z PASS tests/service/audit.service.spec.ts
2023-02-22T15:46:35.1443935Z PASS tests/components/TeamToolBarHeader/TeamToolBarHeader.spec.tsx (6.199 s)
2023-02-22T15:46:35.1444516Z node:internal/process/promises:288
2023-02-22T15:46:35.1445026Z             triggerUncaughtException(err, true /* fromPromise */);
2023-02-22T15:46:35.1445465Z             ^
2023-02-22T15:46:35.1445594Z 
2023-02-22T15:46:35.1446869Z [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "[object Object]".] {
2023-02-22T15:46:35.1447831Z   code: 'ERR_UNHANDLED_REJECTION'
2023-02-22T15:46:35.1448200Z }
2023-02-22T15:46:35.1448329Z 
2023-02-22T15:46:35.1448673Z Node.js v18.14.2
2023-02-22T15:46:35.1449175Z PASS tests/pages/Count/CountSuccessBanner.spec.tsx (23.904 s)
2023-02-22T15:46:35.1449634Z   ● Console
2023-02-22T15:46:35.1449781Z 
2023-02-22T15:46:35.1450118Z     console.error
2023-02-22T15:46:35.1450653Z       Warning: An update to CountSuccessBanner inside a test was not wrapped in act(...).
2023-02-22T15:46:35.1451562Z       
2023-02-22T15:46:35.1452088Z       When testing, code that causes React state updates should be wrapped into act(...):
2023-02-22T15:46:35.1452584Z       
2023-02-22T15:46:35.1452880Z       act(() => {
2023-02-22T15:46:35.1453288Z         /* fire events that update state */
2023-02-22T15:46:35.1453657Z       });
2023-02-22T15:46:35.1454029Z       /* assert on the output */
2023-02-22T15:46:35.1454392Z       
2023-02-22T15:46:35.1455012Z       This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act
2023-02-22T15:46:35.1456535Z           at CountSuccessBanner (D:\a\1\s\WIS_WebApp\src\pages\Count\CountSuccessBanner.tsx:28:57)
2023-02-22T15:46:35.1457420Z           at Provider (D:\a\1\s\WIS_WebApp\node_modules\react-redux\lib\components\Provider.js:21:20)
2023-02-22T15:46:35.1458235Z           at Router (D:\a\1\s\WIS_WebApp\node_modules\react-router\cjs\react-router.js:283:30)
2023-02-22T15:46:35.1459085Z           at BrowserRouter (D:\a\1\s\WIS_WebApp\node_modules\react-router-dom\cjs\react-router-dom.js:75:35)
2023-02-22T15:46:35.1459505Z 
2023-02-22T15:46:35.1460023Z       at printWarning (node_modules/react-dom/cjs/react-dom.development.js:86:30)
2023-02-22T15:46:35.1460702Z       at error (node_modules/react-dom/cjs/react-dom.development.js:60:7)
2023-02-22T15:46:35.1461893Z       at warnIfUpdatesNotWrappedWithActDEV (node_modules/react-dom/cjs/react-dom.development.js:27589:9)
2023-02-22T15:46:35.1462715Z       at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:25508:5)
2023-02-22T15:46:35.1463484Z       at dispatchReducerAction (node_modules/react-dom/cjs/react-dom.development.js:17452:7)
2023-02-22T15:46:35.1464416Z       at Object.checkForUpdates [as onStateChange] (node_modules/react-redux/lib/hooks/useSelector.js:88:7)
2023-02-22T15:46:35.1465251Z       at Object.handleChangeWrapper [as callback] (node_modules/react-redux/lib/utils/Subscription.js:97:20)
2023-02-22T15:46:35.1465958Z       at node_modules/react-redux/lib/utils/Subscription.js:25:20
2023-02-22T15:46:35.1467109Z       at batchedUpdates$1 (node_modules/react-dom/cjs/react-dom.development.js:26140:12)
2023-02-22T15:46:35.1467848Z       at Object.notify (node_modules/react-redux/lib/utils/Subscription.js:21:7)
2023-02-22T15:46:35.1469462Z       at Object.notifyNestedSubs (node_modules/react-redux/lib/utils/Subscription.js:92:15)
2023-02-22T15:46:35.1470226Z       at handleChangeWrapper (node_modules/react-redux/lib/utils/Subscription.js:97:20)
2023-02-22T15:46:35.1470895Z       at dispatch (node_modules/redux/lib/redux.js:305:7)
2023-02-22T15:46:35.1471986Z       at node_modules/@reduxjs/toolkit/src/serializableStateInvariantMiddleware.ts:171:20
2023-02-22T15:46:35.1472675Z       at node_modules/redux-thunk/lib/index.js:27:16
2023-02-22T15:46:35.1473313Z       at node_modules/@reduxjs/toolkit/src/immutableStateInvariantMiddleware.ts:253:32
2023-02-22T15:46:35.1473988Z       at dispatch (node_modules/redux/lib/redux.js:699:28)
2023-02-22T15:46:35.1474604Z       at node_modules/@reduxjs/toolkit/src/createAsyncThunk.ts:682:13
2023-02-22T15:46:35.1475286Z       at step (node_modules/@reduxjs/toolkit/dist/redux-toolkit.cjs.development.js:38:23)
2023-02-22T15:46:35.1476521Z       at Object.next (node_modules/@reduxjs/toolkit/dist/redux-toolkit.cjs.development.js:19:53)
2023-02-22T15:46:35.1477352Z       at fulfilled (node_modules/@reduxjs/toolkit/dist/redux-toolkit.cjs.development.js:97:32)
2023-02-22T15:46:35.1477721Z 
2023-02-22T15:46:35.1478066Z     console.error
2023-02-22T15:46:35.1478581Z       Warning: An update to CountSuccessBanner inside a test was not wrapped in act(...).
2023-02-22T15:46:35.1479092Z       
2023-02-22T15:46:35.1479572Z       When testing, code that causes React state updates should be wrapped into act(...):
2023-02-22T15:46:35.1480073Z       
2023-02-22T15:46:35.1480394Z       act(() => {
2023-02-22T15:46:35.1480770Z         /* fire events that update state */
2023-02-22T15:46:35.1481590Z       });
2023-02-22T15:46:35.1481950Z       /* assert on the output */
2023-02-22T15:46:35.1482321Z       
2023-02-22T15:46:35.1482966Z       This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act
2023-02-22T15:46:35.1483841Z           at CountSuccessBanner (D:\a\1\s\WIS_WebApp\src\pages\Count\CountSuccessBanner.tsx:28:57)
2023-02-22T15:46:35.1484683Z           at Provider (D:\a\1\s\WIS_WebApp\node_modules\react-redux\lib\components\Provider.js:21:20)
2023-02-22T15:46:35.1485698Z           at Router (D:\a\1\s\WIS_WebApp\node_modules\react-router\cjs\react-router.js:283:30)
2023-02-22T15:46:35.1486989Z           at BrowserRouter (D:\a\1\s\WIS_WebApp\node_modules\react-router-dom\cjs\react-router-dom.js:75:35)
2023-02-22T15:46:35.1487444Z 
2023-02-22T15:46:35.1487782Z       43 |       setLoading(true)
2023-02-22T15:46:35.1488262Z       44 |       dispatch(getAuditSummary()).then(() => {
2023-02-22T15:46:35.1488723Z     > 45 |         setLoading(false)
2023-02-22T15:46:35.1489090Z          |         ^
2023-02-22T15:46:35.1489420Z       46 |       })
2023-02-22T15:46:35.1489729Z       47 |     }
2023-02-22T15:46:35.1490127Z       48 |   }, [auditSummaryFromState])
2023-02-22T15:46:35.1490329Z 
2023-02-22T15:46:35.1490834Z       at printWarning (node_modules/react-dom/cjs/react-dom.development.js:86:30)
2023-02-22T15:46:35.1491947Z       at error (node_modules/react-dom/cjs/react-dom.development.js:60:7)
2023-02-22T15:46:35.1492746Z       at warnIfUpdatesNotWrappedWithActDEV (node_modules/react-dom/cjs/react-dom.development.js:27589:9)
2023-02-22T15:46:35.1493702Z       at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:25508:5)
2023-02-22T15:46:35.1494436Z       at setLoading (node_modules/react-dom/cjs/react-dom.development.js:17527:7)
2023-02-22T15:46:35.1495082Z       at src/pages/Count/CountSuccessBanner.tsx:45:9
2023-02-22T15:46:35.1495343Z 
2023-02-22T15:46:35.1495695Z node:events:491
2023-02-22T15:46:35.1496538Z       throw er; // Unhandled 'error' event
2023-02-22T15:46:35.1496961Z       ^
2023-02-22T15:46:35.1497090Z 
2023-02-22T15:46:35.1497431Z Error: write EPIPE
2023-02-22T15:46:35.1497922Z     at target._send (node:internal/child_process:865:20)
2023-02-22T15:46:35.1498552Z     at target.send (node:internal/child_process:738:19)
2023-02-22T15:46:35.1499367Z     at ChildProcessWorker.send (D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\workers\ChildProcessWorker.js:299:17)
2023-02-22T15:46:35.1500265Z     at WorkerPool.send (D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\WorkerPool.js:32:34)
2023-02-22T15:46:35.1501491Z     at Farm._process (D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\Farm.js:147:10)
2023-02-22T15:46:35.1502329Z     at Farm._enqueue (D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\Farm.js:176:10)
2023-02-22T15:46:35.1503088Z     at Farm._push (D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\Farm.js:183:12)
2023-02-22T15:46:35.1503831Z     at D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\Farm.js:106:14
2023-02-22T15:46:35.1504397Z     at new Promise (<anonymous>)
2023-02-22T15:46:35.1504985Z     at Farm.doWork (D:\a\1\s\WIS_WebApp\node_modules\jest-worker\build\Farm.js:69:21)
2023-02-22T15:46:35.1505642Z Emitted 'error' event on ChildProcess instance at:
2023-02-22T15:46:35.1506584Z     at node:internal/child_process:869:39
2023-02-22T15:46:35.1507275Z     at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
2023-02-22T15:46:35.1507861Z   errno: -4047,
2023-02-22T15:46:35.1508209Z   code: 'EPIPE',
2023-02-22T15:46:35.1508583Z   syscall: 'write'

Hey there.

If npm run test is throwing the error, I don’t think this is the right community to figure out why. SonarCloud just reads the reports generated by test/coverage commands, it’s not involved in producing them.

We were able to get the lcov reports and able to get the results in the pipeline but unable to reflect the code coverage percentage in sonar cloud.

Could you please help me out of this ?

What do the logs say?

Please find the logs:

2023-02-23T19:39:01.2246559Z 19:38:59.133 INFO: Analyzed 118 file(s) with current program
2023-02-23T19:39:01.2247048Z 19:38:59.133 INFO: 118/118 source files have been analyzed
2023-02-23T19:39:01.2247512Z 19:38:59.133 INFO: Hit the cache for 0 out of 118
2023-02-23T19:39:01.2247997Z 19:38:59.133 INFO: Miss the cache for 118 out of 118: FILE_CHANGED [118/118]
2023-02-23T19:39:01.2248550Z 19:38:59.133 INFO: Sensor TypeScript analysis [javascript] (done) | time=21777ms
2023-02-23T19:39:01.2249051Z 19:38:59.133 INFO: Sensor CSS Rules [javascript]
2023-02-23T19:39:01.2249527Z 19:38:59.133 INFO: Sensor CSS Rules is restricted to changed files only
2023-02-23T19:39:01.2250105Z 19:38:59.133 INFO: No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2023-02-23T19:39:01.2250668Z 19:38:59.133 INFO: Sensor CSS Rules [javascript] (done) | time=0ms
2023-02-23T19:39:01.2251186Z 19:38:59.133 INFO: Sensor JavaScript/TypeScript Coverage [javascript]
2023-02-23T19:39:01.2251702Z 19:38:59.133 DEBUG: Property sonar.javascript.lcov.reportPaths is used.
2023-02-23T19:39:01.2252247Z 19:38:59.133 DEBUG: Using 'WIS_WebApp/coverage/lcov.info' to resolve LCOV files
2023-02-23T19:39:01.2252787Z 19:38:59.133 INFO: Analysing [D:\a\1\s\WIS_WebApp\coverage\lcov.info]
2023-02-23T19:39:01.2253367Z 19:38:59.227 WARN: Could not resolve 7 file paths in [D:\a\1\s\WIS_WebApp\coverage\lcov.info]
2023-02-23T19:39:01.2253940Z 19:38:59.227 DEBUG: Unresolved paths:
2023-02-23T19:39:01.2254329Z src\react-app-env.d.ts
2023-02-23T19:39:01.2254682Z src\react-table-config.d.ts
2023-02-23T19:39:01.2255043Z src\@types\action.d.ts
2023-02-23T19:39:01.2255391Z src\@types\api.d.ts
2023-02-23T19:39:01.2255721Z src\@types\files.d.ts
2023-02-23T19:39:01.2256073Z src\@types\reducer.d.ts
2023-02-23T19:39:01.2256420Z src\@types\user.d.ts
2023-02-23T19:39:01.2256873Z 19:38:59.227 INFO: Sensor JavaScript/TypeScript Coverage [javascript] (done) | time=94ms
2023-02-23T19:39:01.2257403Z 19:38:59.227 INFO: Sensor CSS Metrics [javascript]
2023-02-23T19:39:01.2257883Z 19:38:59.227 INFO: Sensor CSS Metrics is restricted to changed files only
2023-02-23T19:39:01.2258404Z 19:38:59.227 INFO: Sensor CSS Metrics [javascript] (done) | time=0ms
2023-02-23T19:39:01.2258929Z 19:38:59.227 INFO: Sensor ThymeLeaf template sensor [securityjavafrontend]
2023-02-23T19:39:01.2259488Z 19:38:59.227 INFO: Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
2023-02-23T19:39:01.2260022Z 19:38:59.227 INFO: Sensor IaC Docker Sensor [iac]
2023-02-23T19:39:01.2260524Z 19:38:59.227 INFO: Sensor IaC Docker Sensor is restricted to changed files only
2023-02-23T19:39:01.2261069Z 19:38:59.258 INFO: 0 source files to be analyzed
2023-02-23T19:39:01.2261525Z 19:38:59.305 INFO: 0/0 source files have been analyzed
2023-02-23T19:39:01.2262011Z 19:38:59.305 INFO: Sensor IaC Docker Sensor [iac] (done) | time=78ms
2023-02-23T19:39:01.2262572Z 19:38:59.305 INFO: Sensor Serverless configuration file sensor [security]

Hey there.

Do the files in D:\a\1\s\WIS_WebApp\coverage\lcov.info match up the source files you expect to see covered by tests?

Yes it has covered in npm test task.

I’m referring specifically to the content of the coverage report. Maybe it’s worth sharing here, alongside your full analysis logs.

2023-02-23T19:34:07.6427527Z ##[debug]Evaluating condition for step: 'npm test'
2023-02-23T19:34:07.6429643Z ##[debug]Evaluating: succeeded()
2023-02-23T19:34:07.6430127Z ##[debug]Evaluating succeeded:
2023-02-23T19:34:07.6431202Z ##[debug]=> True
2023-02-23T19:34:07.6431700Z ##[debug]Result: True
2023-02-23T19:34:07.6432180Z ##[section]Starting: npm test
2023-02-23T19:34:10.5228460Z [command]C:\Windows\system32\cmd.exe /D /S /C "C:\hostedtoolcache\windows\node\14.17.6\x64\npm.cmd config list -l"
2023-02-23T19:34:11.0750721Z npm info it worked if it ends with ok
2023-02-23T19:34:11.0751096Z ; cli configs
2023-02-23T19:34:11.0751715Z npm verb cli [
2023-02-23T19:34:11.0751946Z long = true
2023-02-23T19:34:11.0752430Z npm verb cli   'C:\\hostedtoolcache\\windows\\node\\14.17.6\\x64\\node.exe',
2023-02-23T19:34:11.0752831Z metrics-registry = "https://registry.npmjs.org/"
2023-02-23T19:34:11.0753408Z npm verb cli   'C:\\hostedtoolcache\\windows\\node\\14.17.6\\x64\\node_modules\\npm\\bin\\npm-cli.js',
2023-02-23T19:34:11.0753769Z scope = ""
2023-02-23T19:34:11.0754161Z npm verb cli   'prefix',
2023-02-23T19:34:11.0754471Z user-agent = "npm/6.14.15 node/v14.17.6 win32 x64"
2023-02-23T19:34:11.0754892Z npm verb cli   '-g'
2023-02-23T19:34:11.0755015Z 
2023-02-23T19:34:11.0755340Z npm verb cli ]
2023-02-23T19:34:11.0755582Z ; environment configs
2023-02-23T19:34:11.0755985Z npm info using npm@6.14.15
2023-02-23T19:34:11.0756242Z loglevel = "verbose"
2023-02-23T19:34:11.0756642Z npm info using node@v14.17.6
2023-02-23T19:34:11.0756899Z prefix = "C:\\npm\\prefix"
2023-02-23T19:34:11.0757291Z npm verb exit [ 0, true ]
2023-02-23T19:34:11.0757574Z userconfig = "D:\\a\\1\\npm\\22601.npmrc"
2023-02-23T19:34:11.0757995Z npm timing npm Completed in 32ms
2023-02-23T19:34:11.0758140Z 
2023-02-23T19:34:11.0758460Z npm info ok 
2023-02-23T19:34:11.0758728Z ; globalconfig C:\npm\prefix\etc\npmrc
2023-02-23T19:34:11.0759164Z npm info it worked if it ends with ok
2023-02-23T19:34:11.0771747Z cache = "C:\\npm\\cache"
2023-02-23T19:34:11.0774672Z npm verb cli [
2023-02-23T19:34:11.0774816Z 
2023-02-23T19:34:11.0775355Z npm verb cli   'C:\\hostedtoolcache\\windows\\node\\14.17.6\\x64\\node.exe',
2023-02-23T19:34:11.0775676Z ; default values
2023-02-23T19:34:11.0776193Z npm verb cli   'C:\\hostedtoolcache\\windows\\node\\14.17.6\\x64\\node_modules\\npm\\bin\\npm-cli.js',
2023-02-23T19:34:11.0776575Z access = null
2023-02-23T19:34:11.0776945Z npm verb cli   'config',
2023-02-23T19:34:11.0777213Z allow-same-version = false
2023-02-23T19:34:11.0777610Z npm verb cli   'list',
2023-02-23T19:34:11.0777833Z also = null
2023-02-23T19:34:11.0778201Z npm verb cli   '-l'
2023-02-23T19:34:11.0778434Z always-auth = false
2023-02-23T19:34:11.0778812Z npm verb cli ]
2023-02-23T19:34:11.0779035Z audit = true
2023-02-23T19:34:11.0779402Z npm info using npm@6.14.15
2023-02-23T19:34:11.0779661Z audit-level = "low"
2023-02-23T19:34:11.0780055Z npm info using node@v14.17.6
2023-02-23T19:34:11.0780305Z auth-type = "legacy"
2023-02-23T19:34:11.0780691Z npm verb exit [ 0, true ]
2023-02-23T19:34:11.0781137Z before = null
2023-02-23T19:34:11.0781521Z npm timing npm Completed in 31ms
2023-02-23T19:34:11.0781786Z bin-links = true
2023-02-23T19:34:11.0782134Z npm info ok 
2023-02-23T19:34:11.0782364Z browser = null
2023-02-23T19:34:11.0782744Z ca = null
2023-02-23T19:34:11.0783168Z ; cache = "C:\\Users\\VssAdministrator\\AppData\\Roaming\\npm-cache" (overridden)
2023-02-23T19:34:11.0783625Z cache-lock-retries = 10
2023-02-23T19:34:11.0783991Z cache-lock-stale = 60000
2023-02-23T19:34:11.0784348Z cache-lock-wait = 10000
2023-02-23T19:34:11.0784697Z cache-max = null
2023-02-23T19:34:11.0785046Z cache-min = 10
2023-02-23T19:34:11.0785380Z cafile = undefined
2023-02-23T19:34:11.0785720Z cert = null
2023-02-23T19:34:11.0786035Z cidr = null
2023-02-23T19:34:11.0786333Z color = true
2023-02-23T19:34:11.0786660Z commit-hooks = true
2023-02-23T19:34:11.0786989Z depth = null
2023-02-23T19:34:11.0787299Z description = true
2023-02-23T19:34:11.0787624Z dev = false
2023-02-23T19:34:11.0787945Z dry-run = false
2023-02-23T19:34:11.0788266Z editor = "notepad.exe"
2023-02-23T19:34:11.0788614Z engine-strict = false
2023-02-23T19:34:11.0788953Z fetch-retries = 2
2023-02-23T19:34:11.0789284Z fetch-retry-factor = 10
2023-02-23T19:34:11.0789951Z fetch-retry-maxtimeout = 60000
2023-02-23T19:34:11.0790350Z fetch-retry-mintimeout = 10000
2023-02-23T19:34:11.0790819Z force = false
2023-02-23T19:34:11.0791167Z format-package-lock = true
2023-02-23T19:34:11.0791644Z fund = true
2023-02-23T19:34:11.0791957Z git = "git"
2023-02-23T19:34:11.0792285Z git-tag-version = true
2023-02-23T19:34:11.0792622Z global = false
2023-02-23T19:34:11.0792941Z global-style = false
2023-02-23T19:34:11.0793318Z globalconfig = "C:\\npm\\prefix\\etc\\npmrc"
2023-02-23T19:34:11.0793746Z globalignorefile = "C:\\npm\\prefix\\etc\\npmignore"
2023-02-23T19:34:11.0794107Z group = 0
2023-02-23T19:34:11.0794425Z ham-it-up = false
2023-02-23T19:34:11.0794753Z heading = "npm"
2023-02-23T19:34:11.0795066Z https-proxy = null
2023-02-23T19:34:11.0795407Z if-present = false
2023-02-23T19:34:11.0795743Z ignore-prepublish = false
2023-02-23T19:34:11.0796100Z ignore-scripts = false
2023-02-23T19:34:11.0796467Z init-author-email = ""
2023-02-23T19:34:11.0796795Z init-author-name = ""
2023-02-23T19:34:11.0797136Z init-author-url = ""
2023-02-23T19:34:11.0798451Z init-license = "ISC"
2023-02-23T19:34:11.0799079Z init-module = "C:\\Users\\VssAdministrator\\.npm-init.js"
2023-02-23T19:34:11.0799502Z init-version = "1.0.0"
2023-02-23T19:34:11.0799827Z json = false
2023-02-23T19:34:11.0800143Z key = null
2023-02-23T19:34:11.0800463Z legacy-bundling = false
2023-02-23T19:34:11.0800801Z link = false
2023-02-23T19:34:11.0801160Z local-address = undefined
2023-02-23T19:34:11.0801526Z ; loglevel = "notice" (overridden)
2023-02-23T19:34:11.0801881Z logs-max = 10
2023-02-23T19:34:11.0802225Z ; long = false (overridden)
2023-02-23T19:34:11.0802562Z maxsockets = 50
2023-02-23T19:34:11.0802883Z message = "%s"
2023-02-23T19:34:11.0803268Z ; metrics-registry = null (overridden)
2023-02-23T19:34:11.0803627Z node-options = null
2023-02-23T19:34:11.0803978Z node-version = "14.17.6"
2023-02-23T19:34:11.0804318Z noproxy = null
2023-02-23T19:34:11.0804629Z offline = false
2023-02-23T19:34:11.0804960Z onload-script = null
2023-02-23T19:34:11.0805296Z only = null
2023-02-23T19:34:11.0805600Z optional = true
2023-02-23T19:34:11.0805916Z otp = null
2023-02-23T19:34:11.0806239Z package-lock = true
2023-02-23T19:34:11.0806576Z package-lock-only = false
2023-02-23T19:34:11.0806922Z parseable = false
2023-02-23T19:34:11.0807252Z prefer-offline = false
2023-02-23T19:34:11.0807599Z prefer-online = false
2023-02-23T19:34:11.0808034Z ; prefix = "C:\\hostedtoolcache\\windows\\node\\14.17.6\\x64" (overridden)
2023-02-23T19:34:11.0808472Z preid = ""
2023-02-23T19:34:11.0808813Z production = false
2023-02-23T19:34:11.0809149Z progress = true
2023-02-23T19:34:11.0809470Z proxy = null
2023-02-23T19:34:11.0809780Z read-only = false
2023-02-23T19:34:11.0810916Z rebuild-bundle = true
2023-02-23T19:34:11.0811301Z registry = "https://registry.npmjs.org/"
2023-02-23T19:34:11.0811658Z rollback = true
2023-02-23T19:34:11.0811976Z save = true
2023-02-23T19:34:11.0812551Z save-bundle = false
2023-02-23T19:34:11.0813088Z save-dev = false
2023-02-23T19:34:11.0813458Z save-exact = false
2023-02-23T19:34:11.0813766Z save-optional = false
2023-02-23T19:34:11.0814150Z save-prefix = "^"
2023-02-23T19:34:11.0814501Z save-prod = false
2023-02-23T19:34:11.0814833Z scope = ""
2023-02-23T19:34:11.0815152Z script-shell = null
2023-02-23T19:34:11.0815801Z scripts-prepend-node-path = "warn-only"
2023-02-23T19:34:11.0816227Z searchexclude = null
2023-02-23T19:34:11.0816563Z searchlimit = 20
2023-02-23T19:34:11.0816900Z searchopts = ""
2023-02-23T19:34:11.0817245Z searchstaleness = 900
2023-02-23T19:34:11.0817589Z send-metrics = false
2023-02-23T19:34:11.0817974Z shell = "C:\\Windows\\system32\\cmd.exe"
2023-02-23T19:34:11.0818351Z shrinkwrap = true
2023-02-23T19:34:11.0818703Z sign-git-commit = false
2023-02-23T19:34:11.0819059Z sign-git-tag = false
2023-02-23T19:34:11.0819408Z sso-poll-frequency = 500
2023-02-23T19:34:11.0819766Z sso-type = "oauth"
2023-02-23T19:34:11.0820106Z strict-ssl = true
2023-02-23T19:34:11.0820427Z tag = "latest"
2023-02-23T19:34:11.0820925Z tag-version-prefix = "v"
2023-02-23T19:34:11.0821273Z timing = false
2023-02-23T19:34:11.0821650Z tmp = "C:\\Users\\VSSADM~1\\AppData\\Local\\Temp"
2023-02-23T19:34:11.0822025Z umask = 0
2023-02-23T19:34:11.0822347Z unicode = false
2023-02-23T19:34:11.0822674Z unsafe-perm = true
2023-02-23T19:34:11.0824644Z update-notifier = true
2023-02-23T19:34:11.0825050Z usage = false
2023-02-23T19:34:11.0825359Z user = 0
2023-02-23T19:34:11.0826455Z ; user-agent = "npm/{npm-version} node/{node-version} {platform} {arch} {ci}" (overridden)
2023-02-23T19:34:11.0828917Z ; userconfig = "C:\\Users\\VssAdministrator\\.npmrc" (overridden)
2023-02-23T19:34:11.0829934Z version = false
2023-02-23T19:34:11.0830318Z versions = false
2023-02-23T19:34:11.0830638Z viewer = "browser"
2023-02-23T19:34:11.0833731Z [command]C:\Windows\system32\cmd.exe /D /S /C "C:\hostedtoolcache\windows\node\14.17.6\x64\npm.cmd test"
2023-02-23T19:37:11.6725253Z 
2023-02-23T19:37:11.6727219Z > flex-count@1.0.0 test D:\a\1\s\WIS_WebApp
2023-02-23T19:37:11.6727548Z > jest --coverage
2023-02-23T19:37:11.6727662Z 
2023-02-23T19:37:11.6728633Z ------------------------------------------|---------|----------|---------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2023-02-23T19:37:11.6729956Z File                                      | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s                                                                                                                                                                                                                                                                                                                                                                                      
2023-02-23T19:37:11.6731611Z ------------------------------------------|---------|----------|---------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2023-02-23T19:37:11.6733105Z All files                                 |   59.72 |    33.57 |   44.86 |   57.66 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6733804Z  src                                      |       0 |        0 |       0 |       0 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6734481Z   index.tsx                               |       0 |      100 |     100 |       0 | 1-30                                                                                                                                                                                                                                                                                                                                                                                                   
2023-02-23T19:37:11.6735263Z   react-app-env.d.ts                      |       0 |        0 |       0 |       0 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6735939Z   react-table-config.d.ts                 |       0 |        0 |       0 |       0 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6736653Z   serviceWorker.ts                        |       0 |        0 |       0 |       0 | 13-143                                                                                                                                                                                                                                                                                                                                                                                                 
2023-02-23T19:37:11.6737344Z   setupTests.ts                           |       0 |      100 |     100 |       0 | 5                                                                                                                                                                                                                                                                                                                                                                                                      
2023-02-23T19:37:11.6738050Z  src/@types                               |       0 |        0 |       0 |       0 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6738769Z   action.d.ts                             |       0 |        0 |       0 |       0 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6739437Z   api.d.ts                                |       0 |        0 |       0 |       0 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6740107Z   files.d.ts                              |       0 |        0 |       0 |       0 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6741951Z   reducer.d.ts                            |       0 |        0 |       0 |       0 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6742632Z   user.d.ts                               |       0 |        0 |       0 |       0 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6743291Z  src/App                                  |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6743971Z   App.tsx                                 |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6744658Z  src/components/Alert                     |      80 |        0 |       0 |      80 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6745484Z   Alert.tsx                               |      80 |        0 |       0 |      80 | 7                                                                                                                                                                                                                                                                                                                                                                                                      
2023-02-23T19:37:11.6746177Z  src/components/AuditToolbar              |   95.65 |    83.33 |      80 |   95.23 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6746918Z   AuditToolBarHeader.tsx                  |   95.65 |    83.33 |      80 |   95.23 | 46                                                                                                                                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.6747737Z  src/components/BreadCrumb                |   79.77 |    58.92 |   70.96 |   77.84 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6748569Z   BreadCrumb.tsx                          |   79.77 |    58.92 |   70.96 |   77.84 | 62-76,84-94,116-117,132-133,136,139-144,159,163-171,180-184,193,335,387-391                                                                                                                                                                                                                                                                                                                            
2023-02-23T19:37:11.6749397Z  src/components/ConfirmDialog             |     100 |       50 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6750118Z   ConfirmDialog.tsx                       |     100 |       50 |     100 |     100 | 27-62                                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.6750846Z  src/components/CustomToggleButton        |   76.66 |    16.66 |   33.33 |   73.07 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6752176Z   CustomToggleButton.tsx                  |   76.66 |    16.66 |   33.33 |   73.07 | 27-29,33-35,57                                                                                                                                                                                                                                                                                                                                                                                         
2023-02-23T19:37:11.6752939Z  src/components/DuplicateTagReviewToolBar |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6753694Z   DuplicateTagReviewToolBar.tsx           |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6754468Z  src/components/Footer                    |   86.08 |    54.11 |   84.61 |   84.94 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6755223Z   Footer.tsx                              |   86.08 |    54.11 |   84.61 |   84.94 | 70,89,97-99,120,122,124,133,140,147,149,162,169                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6756000Z  src/components/GlobalTable               |   61.02 |    36.61 |   57.33 |   63.31 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6756766Z   GlobalTable.tsx                         |    62.5 |    35.36 |      50 |    62.5 | 35-52,65-86,97-109,123,126-130,262,318                                                                                                                                                                                                                                                                                                                                                                 
2023-02-23T19:37:11.6757587Z   GlobalTableReports.tsx                  |   50.73 |    28.36 |   51.21 |   54.05 | 36-53,66-125,142-211,257,263,457                                                                                                                                                                                                                                                                                                                                                                       
2023-02-23T19:37:11.6758456Z   GlobalTableRowSpan.tsx                  |     100 |    77.41 |     100 |     100 | 19-20,49,76-83,110,137                                                                                                                                                                                                                                                                                                                                                                                 
2023-02-23T19:37:11.6759198Z  src/components/Header                    |   84.11 |    81.66 |   42.85 |   80.68 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6759897Z   Header.styles.ts                        |       0 |        0 |     100 |       0 | 1-3                                                                                                                                                                                                                                                                                                                                                                                                    
2023-02-23T19:37:11.6760686Z   Header.tsx                              |   85.71 |    84.48 |   42.85 |   82.55 | 41-48,65,68,71,74,103,106,152                                                                                                                                                                                                                                                                                                                                                                          
2023-02-23T19:37:11.6761424Z  src/components/Loading                   |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6762131Z   Loading.tsx                             |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6762834Z  src/components/PageSummary               |   84.61 |        0 |      50 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6763540Z   PageSummary.tsx                         |   84.61 |        0 |      50 |     100 | 9                                                                                                                                                                                                                                                                                                                                                                                                      
2023-02-23T19:37:11.6764267Z  src/components/PrintPreviewDialog        |     100 |       50 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6765048Z   PrintPreviewDialog.tsx                  |     100 |       50 |     100 |     100 | 51                                                                                                                                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.6765768Z  src/components/Progressbar               |    92.3 |       90 |     100 |    92.3 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6766530Z   Progressbar.tsx                         |    92.3 |       90 |     100 |    92.3 | 13                                                                                                                                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.6767253Z  src/components/ReportToolbar             |   81.81 |     87.5 |   71.42 |   84.21 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6768031Z   ReportToolbar.tsx                       |   81.81 |     87.5 |   71.42 |   84.21 | 16-19,50                                                                                                                                                                                                                                                                                                                                                                                               
2023-02-23T19:37:11.6768743Z  src/components/Search                    |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6769445Z   Search.tsx                              |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6770133Z  src/components/SearchToolBar             |   91.54 |       75 |      75 |   91.04 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6770929Z   SearchToolBar.tsx                       |   91.54 |       75 |      75 |   91.04 | 63-64,68-69,84-85                                                                                                                                                                                                                                                                                                                                                                                      
2023-02-23T19:37:11.6771661Z  src/components/Spinner                   |     100 |    83.33 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6772412Z   Spinner.tsx                             |     100 |    83.33 |     100 |     100 | 36                                                                                                                                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.6773137Z  src/components/TeamToolBarHeader         |   96.93 |       88 |   94.44 |   96.62 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6773895Z   TeamToolBarHeader.tsx                   |   96.93 |       88 |   94.44 |   96.62 | 78,121,175                                                                                                                                                                                                                                                                                                                                                                                             
2023-02-23T19:37:11.6774629Z  src/components/Toaster                   |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6775332Z   Toaster.tsx                             |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6776048Z  src/components/ToolBar                   |   85.04 |    56.66 |   73.68 |   82.02 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6776848Z   ToolBar.tsx                             |   85.04 |    56.66 |   73.68 |   82.02 | 66,75-93,99,152,217                                                                                                                                                                                                                                                                                                                                                                                    
2023-02-23T19:37:11.6777601Z  src/components/ToolBarHeader             |     100 |    66.66 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6778371Z   ToolBarHeader.tsx                       |     100 |    66.66 |     100 |     100 | 15,40-51                                                                                                                                                                                                                                                                                                                                                                                               
2023-02-23T19:37:11.6779121Z  src/components/VarianceToolBarHeader     |   79.48 |    69.64 |   59.37 |   76.92 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6779963Z   VarianceToolBarHeader.tsx               |   79.48 |    69.64 |   59.37 |   76.92 | 75-76,79-80,89,92,104,114,132-137,144-145,152,165-174,231,279-339                                                                                                                                                                                                                                                                                                                                      
2023-02-23T19:37:11.6780749Z  src/config                               |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6781416Z   config.ts                               |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6782104Z  src/constants                            |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.6784169Z npm info it worked if it ends with ok
2023-02-23T19:37:11.6784454Z npm verb cli [
2023-02-23T19:37:11.6784796Z npm verb cli   'C:\\hostedtoolcache\\windows\\node\\14.17.6\\x64\\node.exe',
2023-02-23T19:37:11.6785253Z npm verb cli   'C:\\hostedtoolcache\\windows\\node\\14.17.6\\x64\\node_modules\\npm\\bin\\npm-cli.js',
2023-02-23T19:37:11.6785645Z npm verb cli   'prefix',
2023-02-23T19:37:11.6785904Z npm verb cli   '-g'
2023-02-23T19:37:11.6786125Z npm verb cli ]
2023-02-23T19:37:11.6786379Z npm info using npm@6.14.15
2023-02-23T19:37:11.6786659Z npm info using node@v14.17.6
2023-02-23T19:37:11.6786913Z npm verb exit [ 0, true ]
2023-02-23T19:37:11.6787198Z npm timing npm Completed in 32ms
2023-02-23T19:37:11.6787439Z npm info ok 
2023-02-23T19:37:11.6787706Z npm info it worked if it ends with ok
2023-02-23T19:37:11.6787973Z npm verb cli [
2023-02-23T19:37:11.6788287Z npm verb cli   'C:\\hostedtoolcache\\windows\\node\\14.17.6\\x64\\node.exe',
2023-02-23T19:37:11.6788833Z npm verb cli   'C:\\hostedtoolcache\\windows\\node\\14.17.6\\x64\\node_modules\\npm\\bin\\npm-cli.js',
2023-02-23T19:37:11.6789216Z npm verb cli   'test'
2023-02-23T19:37:11.6789440Z npm verb cli ]
2023-02-23T19:37:11.6789693Z npm info using npm@6.14.15
2023-02-23T19:37:11.6789954Z npm info using node@v14.17.6
2023-02-23T19:37:11.6790277Z npm verb run-script [ 'pretest', 'test', 'posttest' ]
2023-02-23T19:37:11.6790659Z npm info lifecycle flex-count@1.0.0~pretest: flex-count@1.0.0
2023-02-23T19:37:11.6791034Z npm info lifecycle flex-count@1.0.0~test: flex-count@1.0.0
2023-02-23T19:37:11.6791656Z DeprecationWarning: 'getMutableClone' has been deprecated since v4.0.0. Use an appropriate `factory.update...` method instead, use `setCommentRange` or `setSourceMapRange`, and avoid setting `parent`.
2023-02-23T19:37:11.6792496Z DeprecationWarning: 'createNodeArray' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
2023-02-23T19:37:11.6793072Z PASS tests/pages/TagDetails/TagDetails.spec.tsx (20.184 s)
2023-02-23T19:37:11.6819837Z   ● Console
2023-02-23T19:37:11.6820035Z 
2023-02-23T19:37:11.6820331Z     console.warn
2023-02-23T19:37:11.6821050Z       Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.
2023-02-23T19:37:11.6821767Z       Arguments: 
2023-02-23T19:37:11.6822227Z       [0] _isAMomentObject: true, _isUTC: false, _useUTC: false, _l: undefined, _i: -, _f: undefined, _strict: undefined, _locale: [object Object]
2023-02-23T19:37:11.6823062Z       Error: 
2023-02-23T19:37:11.6823467Z           at Function.createFromInputFallback (D:\a\1\s\WIS_WebApp\node_modules\moment\moment.js:324:25)
2023-02-23T19:37:11.6824024Z           at configFromString (D:\a\1\s\WIS_WebApp\node_modules\moment\moment.js:2550:19)
2023-02-23T19:37:11.6824555Z           at configFromInput (D:\a\1\s\WIS_WebApp\node_modules\moment\moment.js:2993:13)
2023-02-23T19:37:11.6825044Z           at prepareConfig (D:\a\1\s\WIS_WebApp\node_modules\moment\moment.js:2976:13)
2023-02-23T19:37:11.6825556Z           at createFromConfig (D:\a\1\s\WIS_WebApp\node_modules\moment\moment.js:2943:44)
2023-02-23T19:37:11.6826073Z           at createLocalOrUTC (D:\a\1\s\WIS_WebApp\node_modules\moment\moment.js:3037:16)
2023-02-23T19:37:11.6826563Z           at createLocal (D:\a\1\s\WIS_WebApp\node_modules\moment\moment.js:3041:16)
2023-02-23T19:37:11.6827051Z           at hooks (D:\a\1\s\WIS_WebApp\node_modules\moment\moment.js:16:29)
2023-02-23T19:37:11.6827705Z           at getDateTimeTagDetails (D:\a\1\s\WIS_WebApp\src\pages\TagDetails\TagDetails.tsx:1365:24)
2023-02-23T19:37:11.6828234Z           at TagDetails (D:\a\1\s\WIS_WebApp\src\pages\TagDetails\TagDetails.tsx:1434:43)
2023-02-23T19:37:11.6828813Z           at renderWithHooks (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:16305:18)
2023-02-23T19:37:11.6829453Z           at mountIndeterminateComponent (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:20074:13)
2023-02-23T19:37:11.6830165Z           at beginWork (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:21587:16)
2023-02-23T19:37:11.6830766Z           at beginWork$1 (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:27426:14)
2023-02-23T19:37:11.6831382Z           at performUnitOfWork (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:26560:12)
2023-02-23T19:37:11.6831985Z           at workLoopSync (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:26466:5)
2023-02-23T19:37:11.6832587Z           at renderRootSync (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:26434:7)
2023-02-23T19:37:11.6833224Z           at performConcurrentWorkOnRoot (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:25738:74)
2023-02-23T19:37:11.6833896Z           at flushActQueue (D:\a\1\s\WIS_WebApp\node_modules\react\cjs\react.development.js:2667:24)
2023-02-23T19:37:11.6834447Z           at act (D:\a\1\s\WIS_WebApp\node_modules\react\cjs\react.development.js:2582:11)
2023-02-23T19:37:11.6834986Z           at D:\a\1\s\WIS_WebApp\node_modules\@testing-library\react\dist\act-compat.js:63:25
2023-02-23T19:37:11.6835748Z           at Suite.<anonymous> (D:\a\1\s\WIS_WebApp\tests\pages\TagDetails\TagDetails.spec.tsx:880:6)
2023-02-23T19:37:11.6836329Z           at addSpecsToSuite (D:\a\1\s\WIS_WebApp\node_modules\jest-jasmine2\build\jasmine\Env.js:444:51)
2023-02-23T19:37:11.6837004Z           at Env.describe (D:\a\1\s\WIS_WebApp\node_modules\jest-jasmine2\build\jasmine\Env.js:414:11)
2023-02-23T19:37:11.6837575Z           at describe (D:\a\1\s\WIS_WebApp\node_modules\jest-jasmine2\build\jasmine\jasmineLight.js:88:18)
2023-02-23T19:37:11.6838165Z           at Object.<anonymous> (D:\a\1\s\WIS_WebApp\tests\pages\TagDetails\TagDetails.spec.tsx:878:1)
2023-02-23T19:37:11.6838736Z           at Runtime._execModule (D:\a\1\s\WIS_WebApp\node_modules\jest-runtime\build\index.js:1299:24)
2023-02-23T19:37:11.6839356Z           at Runtime._loadModule (D:\a\1\s\WIS_WebApp\node_modules\jest-runtime\build\index.js:898:12)
2023-02-23T19:37:11.6839936Z           at Runtime.requireModule (D:\a\1\s\WIS_WebApp\node_modules\jest-runtime\build\index.js:746:10)
2023-02-23T19:37:11.6840492Z           at jasmine2 (D:\a\1\s\WIS_WebApp\node_modules\jest-jasmine2\build\index.js:230:13)
2023-02-23T19:37:11.6841023Z           at runTestInternal (D:\a\1\s\WIS_WebApp\node_modules\jest-runner\build\runTest.js:380:22)
2023-02-23T19:37:11.6841572Z           at runTest (D:\a\1\s\WIS_WebApp\node_modules\jest-runner\build\runTest.js:472:34)
2023-02-23T19:37:11.6841877Z 
2023-02-23T19:37:11.6842086Z       1363 |   }
2023-02-23T19:37:11.6842349Z       1364 |   const getDateTimeTagDetails = () => {
2023-02-23T19:37:11.6842750Z     > 1365 |     const date = moment(getSummaryDetails().lastUpdatedDate).format(
2023-02-23T19:37:11.6843084Z            |                        ^
2023-02-23T19:37:11.6843306Z       1366 |       "DD/MM/YYYY"
2023-02-23T19:37:11.6843543Z       1367 |     )
2023-02-23T19:37:11.6843915Z       1368 |     const time = moment(getSummaryDetails().lastUpdatedDate).format("hh:mm A")
2023-02-23T19:37:11.6844191Z 
2023-02-23T19:37:11.6844518Z       at warn (node_modules/moment/moment.js:287:21)
2023-02-23T19:37:11.6844945Z       at Function.createFromInputFallback (node_modules/moment/moment.js:319:17)
2023-02-23T19:37:11.6845458Z       at configFromString (node_modules/moment/moment.js:2550:19)
2023-02-23T19:37:11.6845923Z       at configFromInput (node_modules/moment/moment.js:2993:13)
2023-02-23T19:37:11.6846338Z       at prepareConfig (node_modules/moment/moment.js:2976:13)
2023-02-23T19:37:11.6846731Z       at createFromConfig (node_modules/moment/moment.js:2943:44)
2023-02-23T19:37:11.6847153Z       at createLocalOrUTC (node_modules/moment/moment.js:3037:16)
2023-02-23T19:37:11.6847565Z       at createLocal (node_modules/moment/moment.js:3041:16)
2023-02-23T19:37:11.6847932Z       at hooks (node_modules/moment/moment.js:16:29)
2023-02-23T19:37:11.6848349Z       at getDateTimeTagDetails (src/pages/TagDetails/TagDetails.tsx:1365:24)
2023-02-23T19:37:11.6848790Z       at TagDetails (src/pages/TagDetails/TagDetails.tsx:1434:43)
2023-02-23T19:37:11.6849241Z       at renderWithHooks (node_modules/react-dom/cjs/react-dom.development.js:16305:18)
2023-02-23T19:37:11.6849774Z       at mountIndeterminateComponent (node_modules/react-dom/cjs/react-dom.development.js:20074:13)
2023-02-23T19:37:11.6850301Z       at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21587:16)
2023-02-23T19:37:11.6850775Z       at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
2023-02-23T19:37:11.6851284Z       at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
2023-02-23T19:37:11.6851847Z       at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
2023-02-23T19:37:11.6852331Z       at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
2023-02-23T19:37:11.6852863Z       at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
2023-02-23T19:37:11.6853351Z       at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
2023-02-23T19:37:11.6853802Z       at act (node_modules/react/cjs/react.development.js:2582:11)
2023-02-23T19:37:11.6854238Z       at node_modules/@testing-library/react/dist/act-compat.js:63:25
2023-02-23T19:37:11.6854670Z       at Suite.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:880:6)
2023-02-23T19:37:11.6855138Z       at Object.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:878:1)
2023-02-23T19:37:11.6855354Z 
2023-02-23T19:37:11.6855571Z     console.error
2023-02-23T19:37:11.6855945Z       Warning: Failed prop type: MUI: You are providing an onClick event listener to a child of a button element.
2023-02-23T19:37:11.6856393Z       Prefer applying it to the IconButton directly.
2023-02-23T19:37:11.6856784Z       This guarantees that the whole <button> will be responsive to click events.
2023-02-23T19:37:11.6857276Z           at IconButton (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\IconButton\IconButton.js:127:44)
2023-02-23T19:37:11.6857861Z           at SearchToolBar (D:\a\1\s\WIS_WebApp\src\components\SearchToolBar\SearchToolBar.tsx:26:18)
2023-02-23T19:37:11.6858256Z           at div
2023-02-23T19:37:11.6858462Z           at div
2023-02-23T19:37:11.6858682Z           at div
2023-02-23T19:37:11.6859083Z           at ToolBarHeader (D:\a\1\s\WIS_WebApp\src\components\ToolBarHeader\ToolBarHeader.tsx:11:36)
2023-02-23T19:37:11.6859457Z           at div
2023-02-23T19:37:11.6859675Z           at div
2023-02-23T19:37:11.6860094Z           at main
2023-02-23T19:37:11.6860369Z           at div
2023-02-23T19:37:11.6860725Z           at MainLayout (D:\a\1\s\WIS_WebApp\src\layouts\MainLayout.tsx:18:45)
2023-02-23T19:37:11.6861202Z           at TagDetails (D:\a\1\s\WIS_WebApp\src\pages\TagDetails\TagDetails.tsx:65:29)
2023-02-23T19:37:11.6861751Z           at Provider (D:\a\1\s\WIS_WebApp\node_modules\react-redux\lib\components\Provider.js:21:20)
2023-02-23T19:37:11.6862313Z           at Router (D:\a\1\s\WIS_WebApp\node_modules\react-router\cjs\react-router.js:283:30)
2023-02-23T19:37:11.6862878Z           at BrowserRouter (D:\a\1\s\WIS_WebApp\node_modules\react-router-dom\cjs\react-router-dom.js:75:35)
2023-02-23T19:37:11.6863919Z 
2023-02-23T19:37:11.6864152Z       144 |           </Tooltip>
2023-02-23T19:37:11.6864452Z       145 |           <Tooltip arrow title={`${t("Clear")}`}>
2023-02-23T19:37:11.6864826Z     > 146 |             <IconButton className="custom-search__icons" disabled={!value}>
2023-02-23T19:37:11.6865152Z           |             ^
2023-02-23T19:37:11.6865398Z       147 |               <CloseIcon
2023-02-23T19:37:11.6865669Z       148 |                 data-testid={"clearinput"}
2023-02-23T19:37:11.6865999Z       149 |                 onClick={handleClearInputClick}
2023-02-23T19:37:11.6866150Z 
2023-02-23T19:37:11.6866500Z       at printWarning (node_modules/react/cjs/react-jsx-runtime.development.js:87:30)
2023-02-23T19:37:11.6866970Z       at error (node_modules/react/cjs/react-jsx-runtime.development.js:61:7)
2023-02-23T19:37:11.6867469Z       at checkPropTypes (node_modules/react/cjs/react-jsx-runtime.development.js:631:11)
2023-02-23T19:37:11.6867997Z       at validatePropTypes (node_modules/react/cjs/react-jsx-runtime.development.js:1164:7)
2023-02-23T19:37:11.6868515Z       at jsxWithValidation (node_modules/react/cjs/react-jsx-runtime.development.js:1284:7)
2023-02-23T19:37:11.6869063Z       at jsxWithValidationDynamic (node_modules/react/cjs/react-jsx-runtime.development.js:1301:12)
2023-02-23T19:37:11.6869665Z       at SearchToolBar (src/components/SearchToolBar/SearchToolBar.tsx:146:13)
2023-02-23T19:37:11.6870141Z       at renderWithHooks (node_modules/react-dom/cjs/react-dom.development.js:16305:18)
2023-02-23T19:37:11.6870675Z       at mountIndeterminateComponent (node_modules/react-dom/cjs/react-dom.development.js:20074:13)
2023-02-23T19:37:11.6871196Z       at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21587:16)
2023-02-23T19:37:11.6871670Z       at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
2023-02-23T19:37:11.6872176Z       at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
2023-02-23T19:37:11.6872690Z       at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
2023-02-23T19:37:11.6873175Z       at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
2023-02-23T19:37:11.6873702Z       at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
2023-02-23T19:37:11.6874191Z       at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
2023-02-23T19:37:11.6874640Z       at act (node_modules/react/cjs/react.development.js:2582:11)
2023-02-23T19:37:11.6875073Z       at node_modules/@testing-library/react/dist/act-compat.js:63:25
2023-02-23T19:37:11.6875504Z       at Suite.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:880:6)
2023-02-23T19:37:11.6875972Z       at Object.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:878:1)
2023-02-23T19:37:11.6876186Z 
2023-02-23T19:37:11.6876401Z     console.error
2023-02-23T19:37:11.6876795Z       Warning: Failed prop type: MUI: You are providing an onClick event listener to a child of a button element.
2023-02-23T19:37:11.6877225Z       Prefer applying it to the IconButton directly.
2023-02-23T19:37:11.6877625Z       This guarantees that the whole <button> will be responsive to click events.
2023-02-23T19:37:11.6878118Z           at IconButton (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\IconButton\IconButton.js:127:44)
2023-02-23T19:37:11.6878691Z           at Tooltip (D:\a\1\s\WIS_WebApp\node_modules\@mui\material\Tooltip\Tooltip.js:255:44)
2023-02-23T19:37:11.6879072Z           at div
2023-02-23T19:37:11.6879272Z           at div
2023-02-23T19:37:11.6879673Z           at SearchToolBar (D:\a\1\s\WIS_WebApp\src\components\SearchToolBar\SearchToolBar.tsx:26:18)
2023-02-23T19:37:11.6880065Z           at div
2023-02-23T19:37:11.6880263Z           at div
2023-02-23T19:37:11.6880478Z           at div
2023-02-23T19:37:11.6880859Z           at ToolBarHeader (D:\a\1\s\WIS_WebApp\src\components\ToolBarHeader\ToolBarHeader.tsx:11:36)
2023-02-23T19:37:11.6881593Z           at div
2023-02-23T19:37:11.6881812Z           at div
2023-02-23T19:37:11.6882013Z           at main
2023-02-23T19:37:11.6882235Z           at div
2023-02-23T19:37:11.6882565Z           at MainLayout (D:\a\1\s\WIS_WebApp\src\layouts\MainLayout.tsx:18:45)
2023-02-23T19:37:11.6883061Z           at TagDetails (D:\a\1\s\WIS_WebApp\src\pages\TagDetails\TagDetails.tsx:65:29)
2023-02-23T19:37:11.6883607Z           at Provider (D:\a\1\s\WIS_WebApp\node_modules\react-redux\lib\components\Provider.js:21:20)
2023-02-23T19:37:11.6884151Z           at Router (D:\a\1\s\WIS_WebApp\node_modules\react-router\cjs\react-router.js:283:30)
2023-02-23T19:37:11.6884727Z           at BrowserRouter (D:\a\1\s\WIS_WebApp\node_modules\react-router-dom\cjs\react-router-dom.js:75:35)
2023-02-23T19:37:11.6885009Z 
2023-02-23T19:37:11.6885270Z       878 | describe("TagDetails Tests", () => {
2023-02-23T19:37:11.6885561Z       879 |   let container
2023-02-23T19:37:11.6885796Z     > 880 |   act(() => {
2023-02-23T19:37:11.6886026Z           |      ^
2023-02-23T19:37:11.6886250Z       881 |     container = render(
2023-02-23T19:37:11.6886571Z       882 |       <BrowserRouter>
2023-02-23T19:37:11.6886855Z       883 |         <Provider store={store}>
2023-02-23T19:37:11.6886987Z 
2023-02-23T19:37:11.6887353Z       at printWarning (node_modules/react/cjs/react.development.js:209:30)
2023-02-23T19:37:11.6887805Z       at error (node_modules/react/cjs/react.development.js:183:7)
2023-02-23T19:37:11.6888255Z       at checkPropTypes (node_modules/react/cjs/react.development.js:2074:11)
2023-02-23T19:37:11.6888711Z       at validatePropTypes (node_modules/react/cjs/react.development.js:2275:7)
2023-02-23T19:37:11.6889246Z       at Object.cloneElementWithValidation [as cloneElement] (node_modules/react/cjs/react.development.js:2419:3)
2023-02-23T19:37:11.6889762Z       at Tooltip (node_modules/@mui/material/Tooltip/Tooltip.js:634:35)
2023-02-23T19:37:11.6890217Z       at renderWithHooks (node_modules/react-dom/cjs/react-dom.development.js:16305:18)
2023-02-23T19:37:11.6890736Z       at updateForwardRef (node_modules/react-dom/cjs/react-dom.development.js:19226:20)
2023-02-23T19:37:11.6891240Z       at beginWork (node_modules/react-dom/cjs/react-dom.development.js:21636:16)
2023-02-23T19:37:11.6891712Z       at beginWork$1 (node_modules/react-dom/cjs/react-dom.development.js:27426:14)
2023-02-23T19:37:11.6892218Z       at performUnitOfWork (node_modules/react-dom/cjs/react-dom.development.js:26560:12)
2023-02-23T19:37:11.6892730Z       at workLoopSync (node_modules/react-dom/cjs/react-dom.development.js:26466:5)
2023-02-23T19:37:11.6893212Z       at renderRootSync (node_modules/react-dom/cjs/react-dom.development.js:26434:7)
2023-02-23T19:37:11.6893743Z       at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25738:74)
2023-02-23T19:37:11.6894253Z       at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
2023-02-23T19:37:11.6894690Z       at act (node_modules/react/cjs/react.development.js:2582:11)
2023-02-23T19:37:11.6895125Z       at node_modules/@testing-library/react/dist/act-compat.js:63:25
2023-02-23T19:37:11.6895558Z       at Suite.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:880:6)
2023-02-23T19:37:11.6896029Z       at Object.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:878:1)
2023-02-23T19:37:11.6896250Z 
2023-02-23T19:37:11.6896467Z     console.error
2023-02-23T19:37:11.6896790Z       TypeError: countService.getEventDetail is not a function
2023-02-23T19:37:11.6897196Z           at D:\a\1\s\WIS_WebApp\src\components\Header\Header.tsx:85:47
2023-02-23T19:37:11.6897666Z           at step (D:\a\1\s\WIS_WebApp\src\components\Header\Header.tsx:6865:19)
2023-02-23T19:37:11.6898166Z           at Object.next (D:\a\1\s\WIS_WebApp\src\components\Header\Header.tsx:6639:14)
2023-02-23T19:37:11.6898637Z           at D:\a\1\s\WIS_WebApp\src\components\Header\Header.tsx:6573:40
2023-02-23T19:37:11.6899013Z           at new Promise (<anonymous>)
2023-02-23T19:37:11.6899714Z           at Object.<anonymous>.__awaiter (D:\a\1\s\WIS_WebApp\src\components\Header\Header.tsx:6522:10)
2023-02-23T19:37:11.6900262Z           at showEventDetails (D:\a\1\s\WIS_WebApp\src\components\Header\Header.tsx:82:28)
2023-02-23T19:37:11.6900748Z           at D:\a\1\s\WIS_WebApp\src\components\Header\Header.tsx:99:5
2023-02-23T19:37:11.6901287Z           at commitHookEffectListMount (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:23150:26)
2023-02-23T19:37:11.6901952Z           at commitPassiveMountOnFiber (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:24931:11)
2023-02-23T19:37:11.6902623Z           at commitPassiveMountEffects_complete (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:24891:9)
2023-02-23T19:37:11.6903288Z           at commitPassiveMountEffects_begin (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:24878:7)
2023-02-23T19:37:11.6903954Z           at commitPassiveMountEffects (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:24866:3)
2023-02-23T19:37:11.6904601Z           at flushPassiveEffectsImpl (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:27039:3)
2023-02-23T19:37:11.6905227Z           at flushPassiveEffects (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:26984:14)
2023-02-23T19:37:11.6905920Z           at performSyncWorkOnRoot (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:26076:3)
2023-02-23T19:37:11.6906552Z           at flushSyncCallbacks (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:12042:22)
2023-02-23T19:37:11.6907159Z           at commitRootImpl (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:26959:3)
2023-02-23T19:37:11.6907765Z           at commitRoot (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:26682:5)
2023-02-23T19:37:11.6908389Z           at finishConcurrentRender (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:25981:9)
2023-02-23T19:37:11.6909020Z           at performConcurrentWorkOnRoot (D:\a\1\s\WIS_WebApp\node_modules\react-dom\cjs\react-dom.development.js:25809:7)
2023-02-23T19:37:11.6909637Z           at flushActQueue (D:\a\1\s\WIS_WebApp\node_modules\react\cjs\react.development.js:2667:24)
2023-02-23T19:37:11.6910194Z           at act (D:\a\1\s\WIS_WebApp\node_modules\react\cjs\react.development.js:2582:11)
2023-02-23T19:37:11.6910715Z           at D:\a\1\s\WIS_WebApp\node_modules\@testing-library\react\dist\act-compat.js:63:25
2023-02-23T19:37:11.6911277Z           at Suite.<anonymous> (D:\a\1\s\WIS_WebApp\tests\pages\TagDetails\TagDetails.spec.tsx:880:6)
2023-02-23T19:37:11.6911854Z           at addSpecsToSuite (D:\a\1\s\WIS_WebApp\node_modules\jest-jasmine2\build\jasmine\Env.js:444:51)
2023-02-23T19:37:11.6912415Z           at Env.describe (D:\a\1\s\WIS_WebApp\node_modules\jest-jasmine2\build\jasmine\Env.js:414:11)
2023-02-23T19:37:11.6913011Z           at describe (D:\a\1\s\WIS_WebApp\node_modules\jest-jasmine2\build\jasmine\jasmineLight.js:88:18)
2023-02-23T19:37:11.6913604Z           at Object.<anonymous> (D:\a\1\s\WIS_WebApp\tests\pages\TagDetails\TagDetails.spec.tsx:878:1)
2023-02-23T19:37:11.6914160Z           at Runtime._execModule (D:\a\1\s\WIS_WebApp\node_modules\jest-runtime\build\index.js:1299:24)
2023-02-23T19:37:11.6914735Z           at Runtime._loadModule (D:\a\1\s\WIS_WebApp\node_modules\jest-runtime\build\index.js:898:12)
2023-02-23T19:37:11.6915317Z           at Runtime.requireModule (D:\a\1\s\WIS_WebApp\node_modules\jest-runtime\build\index.js:746:10)
2023-02-23T19:37:11.6915857Z           at jasmine2 (D:\a\1\s\WIS_WebApp\node_modules\jest-jasmine2\build\index.js:230:13)
2023-02-23T19:37:11.6916412Z           at runTestInternal (D:\a\1\s\WIS_WebApp\node_modules\jest-runner\build\runTest.js:380:22)
2023-02-23T19:37:11.6916960Z           at runTest (D:\a\1\s\WIS_WebApp\node_modules\jest-runner\build\runTest.js:472:34)
2023-02-23T19:37:11.6917474Z 
2023-02-23T19:37:11.6917735Z       90 |       // console.log(eventDetails)
2023-02-23T19:37:11.6918152Z       91 |     } catch (_error) {
2023-02-23T19:37:11.6918436Z     > 92 |       console.error(_error)
2023-02-23T19:37:11.6918675Z          |               ^
2023-02-23T19:37:11.6918925Z       93 |       setFetching(false)
2023-02-23T19:37:11.6919172Z       94 |     }
2023-02-23T19:37:11.6919367Z       95 |   }
2023-02-23T19:37:11.6919455Z 
2023-02-23T19:37:11.6919728Z       at src/components/Header/Header.tsx:92:15
2023-02-23T19:37:11.6920104Z       at step (src/components/Header/Header.tsx:6865:19)
2023-02-23T19:37:11.6920485Z       at Object.next (src/components/Header/Header.tsx:6639:14)
2023-02-23T19:37:11.6920870Z       at src/components/Header/Header.tsx:6573:40
2023-02-23T19:37:11.6921289Z       at Object.<anonymous>.__awaiter (src/components/Header/Header.tsx:6522:10)
2023-02-23T19:37:11.6921723Z       at showEventDetails (src/components/Header/Header.tsx:82:28)
2023-02-23T19:37:11.6922112Z       at src/components/Header/Header.tsx:99:5
2023-02-23T19:37:11.6922543Z       at commitHookEffectListMount (node_modules/react-dom/cjs/react-dom.development.js:23150:26)
2023-02-23T19:37:11.6923099Z       at commitPassiveMountOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24931:11)
2023-02-23T19:37:11.6923731Z       at commitPassiveMountEffects_complete (node_modules/react-dom/cjs/react-dom.development.js:24891:9)
2023-02-23T19:37:11.6924283Z       at commitPassiveMountEffects_begin (node_modules/react-dom/cjs/react-dom.development.js:24878:7)
2023-02-23T19:37:11.6924837Z       at commitPassiveMountEffects (node_modules/react-dom/cjs/react-dom.development.js:24866:3)
2023-02-23T19:37:11.6925380Z       at flushPassiveEffectsImpl (node_modules/react-dom/cjs/react-dom.development.js:27039:3)
2023-02-23T19:37:11.6925898Z       at flushPassiveEffects (node_modules/react-dom/cjs/react-dom.development.js:26984:14)
2023-02-23T19:37:11.6926429Z       at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:26076:3)
2023-02-23T19:37:11.6926954Z       at flushSyncCallbacks (node_modules/react-dom/cjs/react-dom.development.js:12042:22)
2023-02-23T19:37:11.6927451Z       at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:26959:3)
2023-02-23T19:37:11.6927957Z       at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:26682:5)
2023-02-23T19:37:11.6928468Z       at finishConcurrentRender (node_modules/react-dom/cjs/react-dom.development.js:25981:9)
2023-02-23T19:37:11.6928988Z       at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25809:7)
2023-02-23T19:37:11.6929494Z       at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
2023-02-23T19:37:11.6929944Z       at act (node_modules/react/cjs/react.development.js:2582:11)
2023-02-23T19:37:11.6930355Z       at node_modules/@testing-library/react/dist/act-compat.js:63:25
2023-02-23T19:37:11.6930811Z       at Suite.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:880:6)
2023-02-23T19:37:11.6931277Z       at Object.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:878:1)
2023-02-23T19:37:11.6931492Z 
2023-02-23T19:37:11.6931688Z     console.error
2023-02-23T19:37:11.6932034Z       MUI: You are providing a disabled `button` child to the Tooltip component.
2023-02-23T19:37:11.6932411Z       A disabled element does not fire events.
2023-02-23T19:37:11.6932777Z       Tooltip needs to listen to the child element's events to display the title.
2023-02-23T19:37:11.6933091Z       
2023-02-23T19:37:11.6933365Z       Add a simple wrapper element, such as a `span`.
2023-02-23T19:37:11.6933521Z 
2023-02-23T19:37:11.6933760Z       878 | describe("TagDetails Tests", () => {
2023-02-23T19:37:11.6934470Z       879 |   let container
2023-02-23T19:37:11.6934777Z     > 880 |   act(() => {
2023-02-23T19:37:11.6934987Z           |      ^
2023-02-23T19:37:11.6935811Z       881 |     container = render(
2023-02-23T19:37:11.6936069Z       882 |       <BrowserRouter>
2023-02-23T19:37:11.6936510Z       883 |         <Provider store={store}>
2023-02-23T19:37:11.6936650Z 
2023-02-23T19:37:11.6936966Z       at node_modules/@mui/material/Tooltip/Tooltip.js:315:17
2023-02-23T19:37:11.6937459Z       at commitHookEffectListMount (node_modules/react-dom/cjs/react-dom.development.js:23150:26)
2023-02-23T19:37:11.6937990Z       at commitPassiveMountOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24931:11)
2023-02-23T19:37:11.6938557Z       at commitPassiveMountEffects_complete (node_modules/react-dom/cjs/react-dom.development.js:24891:9)
2023-02-23T19:37:11.6939128Z       at commitPassiveMountEffects_begin (node_modules/react-dom/cjs/react-dom.development.js:24878:7)
2023-02-23T19:37:11.6939666Z       at commitPassiveMountEffects (node_modules/react-dom/cjs/react-dom.development.js:24866:3)
2023-02-23T19:37:11.6940202Z       at flushPassiveEffectsImpl (node_modules/react-dom/cjs/react-dom.development.js:27039:3)
2023-02-23T19:37:11.6940716Z       at flushPassiveEffects (node_modules/react-dom/cjs/react-dom.development.js:26984:14)
2023-02-23T19:37:11.6941232Z       at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:26935:5)
2023-02-23T19:37:11.6941828Z       at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:26682:5)
2023-02-23T19:37:11.6942318Z       at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:26117:3)
2023-02-23T19:37:11.6942847Z       at flushSyncCallbacks (node_modules/react-dom/cjs/react-dom.development.js:12042:22)
2023-02-23T19:37:11.6943359Z       at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:26959:3)
2023-02-23T19:37:11.6943839Z       at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:26682:5)
2023-02-23T19:37:11.6944353Z       at finishConcurrentRender (node_modules/react-dom/cjs/react-dom.development.js:25981:9)
2023-02-23T19:37:11.6944904Z       at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25809:7)
2023-02-23T19:37:11.6945388Z       at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
2023-02-23T19:37:11.6945843Z       at act (node_modules/react/cjs/react.development.js:2582:11)
2023-02-23T19:37:11.6946281Z       at node_modules/@testing-library/react/dist/act-compat.js:63:25
2023-02-23T19:37:11.6946716Z       at Suite.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:880:6)
2023-02-23T19:37:11.6947184Z       at Object.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:878:1)
2023-02-23T19:37:11.6947401Z 
2023-02-23T19:37:11.6947618Z     console.error
2023-02-23T19:37:11.6947945Z       MUI: You are providing a disabled `button` child to the Tooltip component.
2023-02-23T19:37:11.6948328Z       A disabled element does not fire events.
2023-02-23T19:37:11.6948714Z       Tooltip needs to listen to the child element's events to display the title.
2023-02-23T19:37:11.6949014Z       
2023-02-23T19:37:11.6949397Z       Add a simple wrapper element, such as a `span`.
2023-02-23T19:37:11.6949554Z 
2023-02-23T19:37:11.6949816Z       878 | describe("TagDetails Tests", () => {
2023-02-23T19:37:11.6950089Z       879 |   let container
2023-02-23T19:37:11.6950348Z     > 880 |   act(() => {
2023-02-23T19:37:11.6950578Z           |      ^
2023-02-23T19:37:11.6950802Z       881 |     container = render(
2023-02-23T19:37:11.6951238Z       882 |       <BrowserRouter>
2023-02-23T19:37:11.6951505Z       883 |         <Provider store={store}>
2023-02-23T19:37:11.6951656Z 
2023-02-23T19:37:11.6951938Z       at node_modules/@mui/material/Tooltip/Tooltip.js:315:17
2023-02-23T19:37:11.6952421Z       at commitHookEffectListMount (node_modules/react-dom/cjs/react-dom.development.js:23150:26)
2023-02-23T19:37:11.6952974Z       at commitPassiveMountOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24931:11)
2023-02-23T19:37:11.6953521Z       at commitPassiveMountEffects_complete (node_modules/react-dom/cjs/react-dom.development.js:24891:9)
2023-02-23T19:37:11.6954456Z       at commitPassiveMountEffects_begin (node_modules/react-dom/cjs/react-dom.development.js:24878:7)
2023-02-23T19:37:11.6955013Z       at commitPassiveMountEffects (node_modules/react-dom/cjs/react-dom.development.js:24866:3)
2023-02-23T19:37:11.6955543Z       at flushPassiveEffectsImpl (node_modules/react-dom/cjs/react-dom.development.js:27039:3)
2023-02-23T19:37:11.6956078Z       at flushPassiveEffects (node_modules/react-dom/cjs/react-dom.development.js:26984:14)
2023-02-23T19:37:11.6956574Z       at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:26935:5)
2023-02-23T19:37:11.6957073Z       at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:26682:5)
2023-02-23T19:37:11.6957660Z       at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:26117:3)
2023-02-23T19:37:11.6958234Z       at flushSyncCallbacks (node_modules/react-dom/cjs/react-dom.development.js:12042:22)
2023-02-23T19:37:11.6958756Z       at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:26959:3)
2023-02-23T19:37:11.6959254Z       at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:26682:5)
2023-02-23T19:37:11.6959746Z       at finishConcurrentRender (node_modules/react-dom/cjs/react-dom.development.js:25981:9)
2023-02-23T19:37:11.6960346Z       at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25809:7)
2023-02-23T19:37:11.6960858Z       at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
2023-02-23T19:37:11.6961287Z       at act (node_modules/react/cjs/react.development.js:2582:11)
2023-02-23T19:37:11.6961720Z       at node_modules/@testing-library/react/dist/act-compat.js:63:25
2023-02-23T19:37:11.6962172Z       at Suite.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:880:6)
2023-02-23T19:37:11.6962619Z       at Object.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:878:1)
2023-02-23T19:37:11.6962856Z 
2023-02-23T19:37:11.6963055Z     console.error
2023-02-23T19:37:11.6963400Z       MUI: You are providing a disabled `button` child to the Tooltip component.
2023-02-23T19:37:11.6963760Z       A disabled element does not fire events.
2023-02-23T19:37:11.6964303Z       Tooltip needs to listen to the child element's events to display the title.
2023-02-23T19:37:11.6964639Z       
2023-02-23T19:37:11.6964890Z       Add a simple wrapper element, such as a `span`.
2023-02-23T19:37:11.6965064Z 
2023-02-23T19:37:11.6965302Z       878 | describe("TagDetails Tests", () => {
2023-02-23T19:37:11.6965594Z       879 |   let container
2023-02-23T19:37:11.6965829Z     > 880 |   act(() => {
2023-02-23T19:37:11.6966055Z           |      ^
2023-02-23T19:37:11.6966297Z       881 |     container = render(
2023-02-23T19:37:11.6966553Z       882 |       <BrowserRouter>
2023-02-23T19:37:11.6966836Z       883 |         <Provider store={store}>
2023-02-23T19:37:11.6966970Z 
2023-02-23T19:37:11.6967267Z       at node_modules/@mui/material/Tooltip/Tooltip.js:315:17
2023-02-23T19:37:11.6967729Z       at commitHookEffectListMount (node_modules/react-dom/cjs/react-dom.development.js:23150:26)
2023-02-23T19:37:11.6968282Z       at commitPassiveMountOnFiber (node_modules/react-dom/cjs/react-dom.development.js:24931:11)
2023-02-23T19:37:11.6968844Z       at commitPassiveMountEffects_complete (node_modules/react-dom/cjs/react-dom.development.js:24891:9)
2023-02-23T19:37:11.6969398Z       at commitPassiveMountEffects_begin (node_modules/react-dom/cjs/react-dom.development.js:24878:7)
2023-02-23T19:37:11.6969961Z       at commitPassiveMountEffects (node_modules/react-dom/cjs/react-dom.development.js:24866:3)
2023-02-23T19:37:11.6970501Z       at flushPassiveEffectsImpl (node_modules/react-dom/cjs/react-dom.development.js:27039:3)
2023-02-23T19:37:11.6971018Z       at flushPassiveEffects (node_modules/react-dom/cjs/react-dom.development.js:26984:14)
2023-02-23T19:37:11.6971947Z       at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:26935:5)
2023-02-23T19:37:11.6972423Z       at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:26682:5)
2023-02-23T19:37:11.6972938Z       at performSyncWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:26117:3)
2023-02-23T19:37:11.6973470Z       at flushSyncCallbacks (node_modules/react-dom/cjs/react-dom.development.js:12042:22)
2023-02-23T19:37:11.6973974Z       at commitRootImpl (node_modules/react-dom/cjs/react-dom.development.js:26959:3)
2023-02-23T19:37:11.6974475Z       at commitRoot (node_modules/react-dom/cjs/react-dom.development.js:26682:5)
2023-02-23T19:37:11.6974989Z       at finishConcurrentRender (node_modules/react-dom/cjs/react-dom.development.js:25981:9)
2023-02-23T19:37:11.6975514Z       at performConcurrentWorkOnRoot (node_modules/react-dom/cjs/react-dom.development.js:25809:7)
2023-02-23T19:37:11.6976026Z       at flushActQueue (node_modules/react/cjs/react.development.js:2667:24)
2023-02-23T19:37:11.6976478Z       at act (node_modules/react/cjs/react.development.js:2582:11)
2023-02-23T19:37:11.6976893Z       at node_modules/@testing-library/react/dist/act-compat.js:63:25
2023-02-23T19:37:11.6977340Z       at Suite.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:880:6)
2023-02-23T19:37:11.6978200Z       at Object.<anonymous> (tests/pages/TagDetails/TagDetails.spec.tsx:878:1)
2023-02-23T19:37:11.6978414Z 
2023-02-23T19:37:11.6978611Z     console.error
2023-02-23T19:37:11.6978956Z       Warning: An update to TagDetails inside a test was not wrapped in act(...).
2023-02-23T19:37:11.6979275Z       
2023-02-23T19:37:11.6979589Z       When testing, code that causes React state updates should be wrapped into act(...):
2023-02-23T19:37:11.6979921Z       
2023-02-23T19:37:11.6980129Z       act(() => {
2023-02-23T19:37:11.6980378Z         /* fire events that update state */
2023-02-23T19:37:11.6980632Z       });
2023-02-23T19:37:11.6980849Z       /* assert on the output */
2023-02-23T19:37:11.6981087Z       
2023-02-23T19:37:11.6981512Z       This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act
2023-02-23T19:37:11.6982086Z           at TagDetails (D:\a\1\s\WIS_WebApp\src\pages\TagDetails\TagDetails.tsx:65:29)
2023-02-23T19:37:11.6982641Z           at Provider (D:\a\1\s\WIS_WebApp\node_modules\react-redux\lib\components\Provider.js:21:20)
2023-02-23T19:37:11.6983205Z           at Router (D:\a\1\s\WIS_WebApp\node_modules\react-router\cjs\react-router.js:283:30)
2023-02-23T19:37:11.6983767Z           at BrowserRouter (D:\a\1\s\WIS_WebApp\node_modules\react-router-dom\cjs\react-router-dom.js:75:35)
2023-02-23T19:37:11.6984074Z 
2023-02-23T19:37:11.6984348Z       257 |         await countService.getConfig().then((temp: any) => {
2023-02-23T19:37:11.6984669Z       258 |           if (temp) {
2023-02-23T19:37:11.6984965Z     > 259 |             setCountPrograms(temp.data?.CountPrograms)
2023-02-23T19:37:11.6985265Z           |             ^
2023-02-23T19:37:11.6985524Z       260 |             let priceDecimalsVal =
2023-02-23T19:37:11.6985873Z       261 |               temp.data.Fields && temp.data.Fields[0].Price.DecimalPlaces
2023-02-23T19:37:11.6986237Z       262 |             let extDecimalsVal =
2023-02-23T19:37:11.6986374Z 
2023-02-23T19:37:11.6986715Z       at printWarning (node_modules/react-dom/cjs/react-dom.development.js:86:30)
2023-02-23T19:37:11.6987169Z       at error (node_modules/react-dom/cjs/react-dom.development.js:60:7)
2023-02-23T19:37:11.6987688Z       at warnIfUpdatesNotWrappedWithActDEV (node_modules/react-dom/cjs/react-dom.development.js:27589:9)
2023-02-23T19:37:11.6988241Z       at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:25508:5)
2023-02-23T19:37:11.6988745Z       at setCountPrograms (node_modules/react-dom/cjs/react-dom.development.js:17527:7)
2023-02-23T19:37:11.6989186Z       at src/pages/TagDetails/TagDetails.tsx:259:13
2023-02-23T19:37:11.6989414Z 
2023-02-23T19:37:11.6989632Z     console.error
2023-02-23T19:37:11.6989958Z       Warning: An update to TagDetails inside a test was not wrapped in act(...).
2023-02-23T19:37:11.6990273Z       
2023-02-23T19:37:11.6990608Z       When testing, code that causes React state updates should be wrapped into act(...):
2023-02-23T19:37:11.6990921Z       
2023-02-23T19:37:11.6991132Z       act(() => {
2023-02-23T19:37:11.6991398Z         /* fire events that update state */
2023-02-23T19:37:11.6991635Z       });
2023-02-23T19:37:11.6991874Z       /* assert on the output */
2023-02-23T19:37:11.6992089Z 
2023-02-23T19:37:11.6992518Z       This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act
2023-02-23T19:37:11.6993103Z           at TagDetails (D:\a\1\s\WIS_WebApp\src\pages\TagDetails\TagDetails.tsx:65:29)
2023-02-23T19:37:11.6993627Z           at Provider (D:\a\1\s\WIS_WebApp\node_modules\react-redux\lib\components\Provider.js:21:20)
2023-02-23T19:37:11.6994192Z           at Router (D:\a\1\s\WIS_WebApp\node_modules\react-router\cjs\react-router.js:283:30)
2023-02-23T19:37:11.6994777Z           at BrowserRouter (D:\a\1\s\WIS_WebApp\node_modules\react-router-dom\cjs\react-router-dom.js:75:35)
2023-02-23T19:37:11.6995110Z 
2023-02-23T19:37:11.6995355Z       266 |             priceDecimalValue =
2023-02-23T19:37:11.6995702Z       267 |               temp.data.Fields && temp.data.Fields[0].Price.DecimalPlaces
2023-02-23T19:37:11.6996092Z     > 268 |             setPriceDecimals(priceDecimalsVal)
2023-02-23T19:37:11.6996353Z           |             ^
2023-02-23T19:37:11.6996633Z       269 |             setExtDecimals(extDecimalsVal)
2023-02-23T19:37:11.6996964Z       270 |             let priceCurrencySymbolStr =
2023-02-23T19:37:11.6997326Z       271 |               temp.data.Fields && temp.data.Fields[0].Price.CurrencySymbol
2023-02-23T19:37:11.6997542Z 
2023-02-23T19:37:11.6997868Z       at printWarning (node_modules/react-dom/cjs/react-dom.development.js:86:30)
2023-02-23T19:37:11.6998339Z       at error (node_modules/react-dom/cjs/react-dom.development.js:60:7)
2023-02-23T19:37:11.6998840Z       at warnIfUpdatesNotWrappedWithActDEV (node_modules/react-dom/cjs/react-dom.development.js:27589:9)
2023-02-23T19:37:11.6999399Z       at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:25508:5)
2023-02-23T19:37:11.6999921Z       at setPriceDecimals (node_modules/react-dom/cjs/react-dom.development.js:17527:7)
2023-02-23T19:37:11.7000341Z       at src/pages/TagDetails/TagDetails.tsx:268:13
2023-02-23T19:37:11.7000529Z 
2023-02-23T19:37:11.7000723Z     console.error
2023-02-23T19:37:11.7001070Z       Warning: An update to TagDetails inside a test was not wrapped in act(...).
2023-02-23T19:37:11.7001365Z       
2023-02-23T19:37:11.7001703Z       When testing, code that causes React state updates should be wrapped into act(...):
2023-02-23T19:37:11.7002033Z       
2023-02-23T19:37:11.7002224Z       act(() => {
2023-02-23T19:37:11.7002492Z         /* fire events that update state */
2023-02-23T19:37:11.7002744Z       });
2023-02-23T19:37:11.7002960Z       /* assert on the output */
2023-02-23T19:37:11.7003193Z       
2023-02-23T19:37:11.7003605Z       This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act
2023-02-23T19:37:11.7004192Z           at TagDetails (D:\a\1\s\WIS_WebApp\src\pages\TagDetails\TagDetails.tsx:65:29)
2023-02-23T19:37:11.7004738Z           at Provider (D:\a\1\s\WIS_WebApp\node_modules\react-redux\lib\components\Provider.js:21:20)
2023-02-23T19:37:11.7005281Z           at Router (D:\a\1\s\WIS_WebApp\node_modules\react-router\cjs\react-router.js:283:30)
2023-02-23T19:37:11.7005915Z           at BrowserRouter (D:\a\1\s\WIS_WebApp\node_modules\react-router-dom\cjs\react-router-dom.js:75:35)
2023-02-23T19:37:11.7006202Z 
2023-02-23T19:37:11.7006581Z       267 |               temp.data.Fields && temp.data.Fields[0].Price.DecimalPlaces
2023-02-23T19:37:11.7006970Z       268 |             setPriceDecimals(priceDecimalsVal)
2023-02-23T19:37:11.7007296Z     > 269 |             setExtDecimals(extDecimalsVal)
2023-02-23T19:37:11.7007572Z           |             ^
2023-02-23T19:37:11.7007828Z       270 |             let priceCurrencySymbolStr =
2023-02-23T19:37:11.7008208Z       271 |               temp.data.Fields && temp.data.Fields[0].Price.CurrencySymbol
2023-02-23T19:37:11.7008582Z       272 |             let qtyCurrencySymbolStr =
2023-02-23T19:37:11.7008722Z 
2023-02-23T19:37:11.7009063Z       at printWarning (node_modules/react-dom/cjs/react-dom.development.js:86:30)
2023-02-23T19:37:11.7009516Z       at error (node_modules/react-dom/cjs/react-dom.development.js:60:7)
2023-02-23T19:37:11.7010033Z       at warnIfUpdatesNotWrappedWithActDEV (node_modules/react-dom/cjs/react-dom.development.js:27589:9)
2023-02-23T19:37:11.7010567Z       at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:25508:5)
2023-02-23T19:37:11.7011091Z       at setExtDecimals (node_modules/react-dom/cjs/react-dom.development.js:17527:7)
2023-02-23T19:37:11.7011531Z       at src/pages/TagDetails/TagDetails.tsx:269:13
2023-02-23T19:37:11.7011703Z 
2023-02-23T19:37:11.7011968Z     console.error
2023-02-23T19:37:11.7012590Z       Warning: An update to TagDetails inside a test was not wrapped in act(...).
2023-02-23T19:37:11.7013090Z       
2023-02-23T19:37:11.7013413Z       When testing, code that causes React state updates should be wrapped into act(...):
2023-02-23T19:37:11.7013941Z       
2023-02-23T19:37:11.7014321Z       act(() => {
2023-02-23T19:37:11.7014845Z         /* fire events that update state */
2023-02-23T19:37:11.7015268Z       });
2023-02-23T19:37:11.7015654Z       /* assert on the output */
2023-02-23T19:37:11.7015894Z       
2023-02-23T19:37:11.7016538Z       This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act
2023-02-23T19:37:11.7017140Z           at TagDetails (D:\a\1\s\WIS_WebApp\src\pages\TagDetails\TagDetails.tsx:65:29)
2023-02-23T19:37:11.7017700Z           at Provider (D:\a\1\s\WIS_WebApp\node_modules\react-redux\lib\components\Provider.js:21:20)
2023-02-23T19:37:11.7018271Z           at Router (D:\a\1\s\WIS_WebApp\node_modules\react-router\cjs\react-router.js:283:30)
2023-02-23T19:37:11.7018833Z           at BrowserRouter (D:\a\1\s\WIS_WebApp\node_modules\react-router-dom\cjs\react-router-dom.js:75:35)
2023-02-23T19:37:11.7019140Z 
2023-02-23T19:37:11.7019334Z       294 |               })
2023-02-23T19:37:11.7019566Z       295 |             })
2023-02-23T19:37:11.7019838Z     > 296 |             setHeaders(headersList)
2023-02-23T19:37:11.7020080Z           |             ^
2023-02-23T19:37:11.7020343Z       297 |             setColumns(columnsList)
2023-02-23T19:37:11.7020672Z       298 |             setQtyCurrencySymbol(qtyCurrencySymbolStr)
2023-02-23T19:37:11.7021059Z       299 |             setPriceCurrencySymbol(priceCurrencySymbolStr)
2023-02-23T19:37:11.7021238Z 
2023-02-23T19:37:11.7022006Z       at printWarning (node_modules/react-dom/cjs/react-dom.development.js:86:30)
2023-02-23T19:37:11.7022491Z       at error (node_modules/react-dom/cjs/react-dom.development.js:60:7)
2023-02-23T19:37:11.7023004Z       at warnIfUpdatesNotWrappedWithActDEV (node_modules/react-dom/cjs/react-dom.development.js:27589:9)
2023-02-23T19:37:11.7023559Z       at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:25508:5)
2023-02-23T19:37:11.7024052Z       at setHeaders (node_modules/react-dom/cjs/react-dom.development.js:17527:7)
2023-02-23T19:37:11.7024482Z       at src/pages/TagDetails/TagDetails.tsx:296:13
2023-02-23T19:37:11.7024650Z 
2023-02-23T19:37:11.7024866Z     console.error
2023-02-23T19:37:11.7025210Z       Warning: An update to TagDetails inside a test was not wrapped in act(...).
2023-02-23T19:37:11.7025653Z       
2023-02-23T19:37:11.7025987Z       When testing, code that causes React state updates should be wrapped into act(...):
2023-02-23T19:37:11.7026295Z       
2023-02-23T19:37:11.7026508Z       act(() => {
2023-02-23T19:37:11.7026774Z         /* fire events that update state */
2023-02-23T19:37:11.7027137Z       });
2023-02-23T19:37:11.7027388Z       /* assert on the output */
2023-02-23T19:37:11.7027603Z       
2023-02-23T19:37:11.7028139Z       This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act
2023-02-23T19:37:11.7028736Z           at TagDetails (D:\a\1\s\WIS_WebApp\src\pages\TagDetails\TagDetails.tsx:65:29)
2023-02-23T19:37:11.7029262Z           at Provider (D:\a\1\s\WIS_WebApp\node_modules\react-redux\lib\components\Provider.js:21:20)
2023-02-23T19:37:11.7029828Z           at Router (D:\a\1\s\WIS_WebApp\node_modules\react-router\cjs\react-router.js:283:30)
2023-02-23T19:37:11.7030409Z           at BrowserRouter (D:\a\1\s\WIS_WebApp\node_modules\react-router-dom\cjs\react-router-dom.js:75:35)
2023-02-23T19:37:11.7030691Z 
2023-02-23T19:37:11.7030900Z       295 |             })
2023-02-23T19:37:11.7031150Z       296 |             setHeaders(headersList)
2023-02-23T19:37:11.7031458Z     > 297 |             setColumns(columnsList)
2023-02-23T19:37:11.7031784Z           |             ^
2023-02-23T19:37:11.7032233Z       298 |             setQtyCurrencySymbol(qtyCurrencySymbolStr)
2023-02-23T19:37:11.7032622Z       299 |             setPriceCurrencySymbol(priceCurrencySymbolStr)
2023-02-23T19:37:11.7032988Z       300 |             setExtCurrencySymbol(extCurrencySymbolStr)
2023-02-23T19:37:11.7033176Z 
2023-02-23T19:37:11.7033499Z       at printWarning (node_modules/react-dom/cjs/react-dom.development.js:86:30)
2023-02-23T19:37:11.7033974Z       at error (node_modules/react-dom/cjs/react-dom.development.js:60:7)
2023-02-23T19:37:11.7034491Z       at warnIfUpdatesNotWrappedWithActDEV (node_modules/react-dom/cjs/react-dom.development.js:27589:9)
2023-02-23T19:37:11.7035033Z       at scheduleUpdateOnFiber (node_modules/react-dom/cjs/react-dom.development.js:25508:5)
2023-02-23T19:37:11.7035563Z       at setColumns (node_modules/react-dom/cjs/react-dom.development.js:17527:7)
2023-02-23T19:37:11.7035976Z       at src/pages/TagDetails/TagDetails.tsx:297:13
2023-02-23T19:37:11.7036175Z 
2023-02-23T19:37:11.7036372Z     console.error
2023-02-23T19:37:11.7036719Z       Warning: An update to TagDetails inside a test was not wrapped in act(...).
2023-02-23T19:37:11.7037031Z       
2023-02-23T19:37:11.7037346Z       When testing, code that causes React state updates should be wrapped into act(...):
2023-02-23T19:37:11.7037675Z       
2023-02-23T19:37:11.7037866Z       act(() => {
2023-02-23T19:37:11.7038134Z         /* fire events that update state */
2023-02-23T19:37:11.7038386Z       });
2023-02-23T19:37:11.7038606Z       /* assert on the output */
2023-02-23T19:37:11.7038843Z       
2023-02-23T19:37:11.7039249Z       This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act
2023-02-23T19:37:11.7039834Z           at TagDetails (D:\a\1\s\WIS_WebApp\src\pages\TagDetails\TagDetails.tsx:65:29)
2023-02-23T19:37:11.7040386Z           at Provider (D:\a\1\s\WIS_WebApp\node_modules\react-redux\lib\components\Provider.js:21:20)
2023-02-23T19:37:11.7040928Z           at Router (D:\a\1\s\WIS_WebApp\node_modules\react-router\cjs\react-router.js:283:30)
20tColumns(columnsList)

2023-02-23T19:37:11.8230907Z 
2023-02-23T19:37:11.8231268Z   ●  Cannot log after tests are done. Did you forget to wait for something async in your test?
2023-02-23T19:37:11.8231632Z     Attempted to log "".
2023-02-23T19:37:11.8231743Z 
2023-02-23T19:37:11.8231991Z       90 |       // console.log(eventDetails)
2023-02-23T19:37:11.8232279Z       91 |     } catch (_error) {
2023-02-23T19:37:11.8232538Z     > 92 |       console.error(_error)
2023-02-23T19:37:11.8232790Z          |               ^
2023-02-23T19:37:11.8233020Z       93 |       setFetching(false)
2023-02-23T19:37:11.8233265Z       94 |     }
2023-02-23T19:37:11.8233528Z       95 |   }
2023-02-23T19:37:11.8233617Z 
2023-02-23T19:37:11.8233936Z       at console.error (node_modules/@jest/console/build/BufferedConsole.js:161:10)
2023-02-23T19:37:11.8234355Z       at src/components/Header/Header.tsx:92:15
2023-02-23T19:37:11.8234726Z       at step (src/components/Header/Header.tsx:6865:19)
2023-02-23T19:37:11.8235110Z       at Object.throw (src/components/Header/Header.tsx:6639:14)
2023-02-23T19:37:11.8235519Z       at rejected (src/components/Header/Header.tsx:6550:32)
2023-02-23T19:37:11.8235699Z 
2023-02-23T19:37:11.8235958Z PASS tests/service/user.service.spec.ts
2023-02-23T19:37:11.8236302Z PASS tests/components/ReportToolbar/ReportToolbar.spec.tsx
2023-02-23T19:37:11.8236617Z   ● Console
2023-02-23T19:37:11.8236711Z 
2023-02-23T19:37:11.8236922Z     console.error
2023-02-23T19:37:11.8237185Z       Error: Not implemented: window.open
2023-02-23T19:37:11.8237655Z           at module.exports (D:\a\1\s\WIS_WebApp\node_modules\jsdom\lib\jsdom\browser\not-implemented.js:9:17)
2023-02-23T19:37:11.8238234Z           at open (D:\a\1\s\WIS_WebApp\node_modules\jsdom\lib\jsdom\browser\Window.js:866:7)
2023-02-23T19:37:11.8238741Z           at D:\a\1\s\WIS_WebApp\src\components\ReportToolbar\ReportToolbar.tsx:12:12
2023-02-23T19:37:11.8239267Z           at step (D:\a\1\s\WIS_WebApp\src\components\ReportToolbar\ReportToolbar.tsx:3706:19)
2023-02-23T19:37:11.8239823Z           at Object.next (D:\a\1\s\WIS_WebApp\src\components\ReportToolbar\ReportToolbar.tsx:3480:14)
2023-02-23T19:37:11.8240395Z           at fulfilled (D:\a\1\s\WIS_WebApp\src\components\ReportToolbar\ReportToolbar.tsx:3377:24) undefined
2023-02-23T19:37:11.8240690Z 
2023-02-23T19:37:11.8240939Z       10 |   const downloadFile = async (url: any) => {
2023-02-23T19:37:11.8241271Z       11 |     let actualUrl = await decrypt(url)
2023-02-23T19:37:11.8241571Z     > 12 |     window.open(actualUrl)
2023-02-23T19:37:11.8241805Z          |            ^
2023-02-23T19:37:11.8242009Z       13 |   }
2023-02-23T19:37:11.8242245Z       14 |   const handlePreview = () => {
2023-02-23T19:37:11.8242527Z       15 |     setTimeout(() => {
2023-02-23T19:37:11.8242644Z 
2023-02-23T19:37:11.8242997Z       at VirtualConsole.<anonymous> (node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
2023-02-23T19:37:11.8243486Z       at module.exports (node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
2023-02-23T19:37:11.8243947Z       at open (node_modules/jsdom/lib/jsdom/browser/Window.js:866:7)
2023-02-23T19:37:11.8244364Z       at src/components/ReportToolbar/ReportToolbar.tsx:12:12
2023-02-23T19:37:11.8244769Z       at step (src/components/ReportToolbar/ReportToolbar.tsx:3706:19)
2023-02-23T19:37:11.8245275Z       at Object.next (src/components/ReportToolbar/ReportToolbar.tsx:3480:14)
2023-02-23T19:37:11.8245738Z       at fulfilled (src/components/ReportToolbar/ReportToolbar.tsx:3377:24)
2023-02-23T19:37:11.8245952Z 
2023-02-23T19:37:11.8246186Z PASS tests/App/App.spec.tsx
2023-02-23T19:37:11.8246425Z   ● Console
2023-02-23T19:37:11.8246517Z 
2023-02-23T19:37:11.8246730Z     console.error
2023-02-23T19:37:11.8247122Z       Warning: A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
2023-02-23T19:37:11.8247464Z       
2023-02-23T19:37:11.8247796Z       When testing, code that resolves suspended data should be wrapped into act(...):
2023-02-23T19:37:11.8248103Z       
2023-02-23T19:37:11.8248312Z       act(() => {
2023-02-23T19:37:11.8248581Z         /* finish loading suspended data */
2023-02-23T19:37:11.8248820Z       });
2023-02-23T19:37:11.8249058Z       /* assert on the output */
2023-02-23T19:37:11.8249278Z       
2023-02-23T19:37:11.8249705Z       This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act
2023-02-23T19:37:11.8250012Z 
2023-02-23T19:37:11.8250354Z       at printWarning (node_modules/react-dom/cjs/react-dom.development.js:86:30)
2023-02-23T19:37:11.8250883Z       at error (node_modules/react-dom/cjs/react-dom.development.js:60:7)
2023-02-23T19:37:11.8251402Z       at warnIfSuspenseResolutionNotWrappedWithActDEV (node_modules/react-dom/cjs/react-dom.development.js:27604:7)
2023-02-23T19:37:11.8251968Z       at pingSuspendedRoot (node_modules/react-dom/cjs/react-dom.development.js:27189:3)
2023-02-23T19:37:11.8252207Z 
2023-02-23T19:37:11.8252302Z 
2023-02-23T19:37:11.8252516Z Summary of all failing tests
2023-02-23T19:37:11.8252841Z FAIL tests/pages/Count/VoidedAndCounted.spec.tsx
2023-02-23T19:37:11.8253325Z   ● Voided And Counted  component › should have Voided and counted table with 1 header row and a record row
2023-02-23T19:37:11.8253592Z 
2023-02-23T19:37:11.8253669Z 
2023-02-23T19:37:11.8253744Z 
2023-02-23T19:37:11.8254054Z       156 |     const rows = await waitFor(() => screen.getAllByRole("row"))
2023-02-23T19:37:11.8254349Z       157 |   })
2023-02-23T19:37:11.8254715Z     > 158 |   test("should have Voided and counted table with 1 header row and a record row", async () => {
2023-02-23T19:37:11.8255070Z           |   ^
2023-02-23T19:37:11.8255277Z       159 |     act(() => {
2023-02-23T19:37:11.8255521Z       160 |       render(
2023-02-23T19:37:11.8255757Z       161 |         <BrowserRouter>
2023-02-23T19:37:11.8255894Z 
2023-02-23T19:37:11.8256195Z       at new Spec (node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
2023-02-23T19:37:11.8256655Z       at Suite.<anonymous> (tests/pages/Count/VoidedAndCounted.spec.tsx:158:3)
2023-02-23T19:37:11.8257127Z       at Object.<anonymous> (tests/pages/Count/VoidedAndCounted.spec.tsx:141:1)
2023-02-23T19:37:11.8257346Z 
2023-02-23T19:37:11.8257649Z   ● Voided And Counted  component › should have Columns Headers
2023-02-23T19:37:11.8257847Z 
2023-02-23T19:37:11.8257925Z 
2023-02-23T19:37:11.8258001Z 
2023-02-23T19:37:11.8258299Z       169 |     expect(rows.length).toEqual(2) // including header row
2023-02-23T19:37:11.8258587Z       170 |   })
2023-02-23T19:37:11.8258887Z     > 171 |   test("should have Columns Headers", async () => {
2023-02-23T19:37:11.8259169Z           |   ^
2023-02-23T19:37:11.8259376Z       172 |     act(() => {
2023-02-23T19:37:11.8259623Z       173 |       render(
2023-02-23T19:37:11.8259859Z       174 |         <BrowserRouter>
2023-02-23T19:37:11.8259997Z 
2023-02-23T19:37:11.8260295Z       at new Spec (node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
2023-02-23T19:37:11.8260757Z       at Suite.<anonymous> (tests/pages/Count/VoidedAndCounted.spec.tsx:171:3)
2023-02-23T19:37:11.8261232Z       at Object.<anonymous> (tests/pages/Count/VoidedAndCounted.spec.tsx:141:1)
2023-02-23T19:37:11.8261498Z 
2023-02-23T19:37:11.8261796Z   ● Voided And Counted  component › should have action buttons
2023-02-23T19:37:11.8261992Z 
2023-02-23T19:37:11.8262068Z 
2023-02-23T19:37:11.8262144Z 
2023-02-23T19:37:11.8262348Z       202 |   })
2023-02-23T19:37:11.8262547Z       203 |
2023-02-23T19:37:11.8262834Z     > 204 |   test("should have action buttons", async () => {
2023-02-23T19:37:11.8263121Z           |   ^
2023-02-23T19:37:11.8263325Z       205 |     act(() => {
2023-02-23T19:37:11.8263570Z       206 |       render(
2023-02-23T19:37:11.8263806Z       207 |         <BrowserRouter>
2023-02-23T19:37:11.8263941Z 
2023-02-23T19:37:11.8264240Z       at new Spec (node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
2023-02-23T19:37:11.8264703Z       at Suite.<anonymous> (tests/pages/Count/VoidedAndCounted.spec.tsx:204:3)
2023-02-23T19:37:11.8265171Z       at Object.<anonymous> (tests/pages/Count/VoidedAndCounted.spec.tsx:141:1)
2023-02-23T19:37:11.8265387Z 
2023-02-23T19:37:11.8265469Z 
2023-02-23T19:37:11.8265727Z Test Suites: 1 failed, 67 passed, 68 total
2023-02-23T19:37:11.8266361Z Tests:       3 failed, 157 passed, 160 total
2023-02-23T19:37:11.8266688Z Snapshots:   0 total
2023-02-23T19:37:11.8266920Z Time:        178.667 s
2023-02-23T19:37:11.8267176Z Ran all test suites.
2023-02-23T19:37:11.8267615Z (node:5712) UnhandledPromiseRejectionWarning: [object Object]
2023-02-23T19:37:11.8268632Z (node:5712) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 212)
2023-02-23T19:37:11.8269440Z 
2023-02-23T19:37:11.8269833Z   ●  Cannot log after tests are done. Did you forget to wait for something async in your test?
2023-02-23T19:37:11.8270191Z     Attempted to log "".
2023-02-23T19:37:11.8270326Z 
2023-02-23T19:37:11.8270402Z 
2023-02-23T19:37:11.8270477Z 
2023-02-23T19:37:11.8270825Z       at console.error (node_modules/@jest/console/build/BufferedConsole.js:161:10)
2023-02-23T19:37:11.8271232Z       at src/components/Footer/Footer.tsx:6716:21
2023-02-23T19:37:11.8271614Z       at step (src/components/Footer/Footer.tsx:6260:19)
2023-02-23T19:37:11.8271994Z       at Object.throw (src/components/Footer/Footer.tsx:6034:14)
2023-02-23T19:37:11.8272401Z       at rejected (src/components/Footer/Footer.tsx:5945:32)
2023-02-23T19:37:11.8282737Z npm verb lifecycle flex-count@1.0.0~test: CWD: D:\a\1\s\WIS_WebApp
2023-02-23T19:37:11.8283142Z npm info lifecycle flex-count@1.0.0~test: Failed to exec test script
2023-02-23T19:37:11.8283528Z npm ERR! Test failed.  See above for more details.
2023-02-23T19:37:11.8283836Z npm verb exit [ 1, true ]
2023-02-23T19:37:11.8284106Z npm timing npm Completed in 180072ms
2023-02-23T19:37:11.8284381Z npm verb code 1
2023-02-23T19:37:11.8284871Z   breadcrumb.ts                           |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8285568Z   common.ts                               |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8286250Z   paths.ts                                |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8286925Z   styles.ts                               |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8287614Z  src/guards                               |      75 |     87.5 |     100 |   71.42 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8288380Z   AuthenticatedGuard.tsx                  |      75 |     87.5 |     100 |   71.42 | 29-33                                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8289102Z  src/hooks                                |   91.25 |    41.89 |   89.47 |   89.55 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8289807Z   useDollar.tsx                           |     100 |    36.09 |     100 |     100 | 17-47                                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8290573Z   useInventoryStatus.tsx                  |     100 |    86.66 |     100 |     100 | 15                                                                                                                                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.8291292Z   useLocationLable.tsx                    |   95.83 |    45.16 |     100 |   95.23 | 27                                                                                                                                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.8291990Z   usePrevious.tsx                         |       0 |      100 |       0 |       0 | 1-8                                                                                                                                                                                                                                                                                                                                                                                                    
2023-02-23T19:37:11.8292677Z  src/i18n                                 |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8293350Z   i18n.ts                                 |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8294083Z  src/layouts                              |      90 |    80.95 |   83.33 |   89.28 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8294777Z   MainLayout.tsx                          |      90 |    80.95 |   83.33 |   89.28 | 29-31                                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8295493Z  src/pages/Audit                          |   87.25 |    55.07 |   82.27 |   85.48 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8296275Z   Audit.tsx                               |    80.3 |    48.14 |   56.25 |   77.58 | 39-40,56-61,68-77,110                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8297012Z   AuditNoDataBanner.tsx                   |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8297755Z   AuditPersonView.tsx                     |   83.54 |    66.66 |   78.94 |   81.42 | 30,33,58,66-68,74-81,136-137                                                                                                                                                                                                                                                                                                                                                                           
2023-02-23T19:37:11.8298512Z   AuditSummaryBanner.tsx                  |     100 |    40.69 |     100 |     100 | 20-90                                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8299245Z   AuditTagView.tsx                        |   88.88 |    59.09 |   95.23 |   86.76 | 48-51,64-73,195                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8300051Z   PersonsView.tsx                         |   89.71 |       64 |      90 |   88.54 | 47,78,83,102-103,115-126,255                                                                                                                                                                                                                                                                                                                                                                           
2023-02-23T19:37:11.8300805Z  src/pages/CloseInventory                 |      90 |    18.75 |   69.23 |   89.09 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8301520Z   CloseInventory.tsx                      |   88.67 |    18.75 |   66.66 |    87.5 | 46,55,63-66                                                                                                                                                                                                                                                                                                                                                                                            
2023-02-23T19:37:11.8302294Z   InventoryStatusBanner.tsx               |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8303034Z  src/pages/Count                          |   49.47 |    28.07 |   35.45 |   46.92 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8303709Z   AddEditTagRange.tsx                     |       0 |        0 |       0 |       0 | 1-888                                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8304487Z   AddToRange.tsx                          |   55.14 |       40 |   29.16 |   51.76 | 54-62,70-76,86,96-105,110-122,127-129,136,144,172-290                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8305239Z   Count.tsx                               |       0 |        0 |       0 |       0 | 1-376                                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8306242Z   CountChecklistBanner.tsx                |   91.66 |      100 |      50 |   91.66 | 13                                                                                                                                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.8307009Z   CountList.tsx                           |   68.47 |    28.57 |   41.17 |   63.29 | 57,83-111,117,161-162,228-322                                                                                                                                                                                                                                                                                                                                                                          
2023-02-23T19:37:11.8307789Z   CountNoData.tsx                         |       0 |      100 |       0 |       0 | 1-43                                                                                                                                                                                                                                                                                                                                                                                                   
2023-02-23T19:37:11.8308587Z   CountSuccessBanner.tsx                  |   53.57 |     10.9 |   36.84 |      50 | 61-69,73-86,90-93,96-115,121-152,227-228                                                                                                                                                                                                                                                                                                                                                               
2023-02-23T19:37:11.8309389Z   DuplicateTagsBanner.tsx                 |   86.95 |    71.42 |   66.66 |   86.95 | 20,25,33                                                                                                                                                                                                                                                                                                                                                                                               
2023-02-23T19:37:11.8310398Z   DuplicateTagsReview.tsx                 |   61.35 |     53.6 |   45.31 |   56.25 | 123,143-158,162-198,202,207-212,236,253-255,334-335,356,366,383-384,387-392,395-410,414,425-426,429-434,437-452,456,466-467,470-475,478-494,498,512-516,520-529,534-545,549-590,594-601,664-786                                                                                                                                                                                                        
2023-02-23T19:37:11.8311402Z   DuplicateTagsSummary.tsx                |   96.29 |    68.33 |   96.66 |   96.03 | 55,144-145,336                                                                                                                                                                                                                                                                                                                                                                                         
2023-02-23T19:37:11.8312156Z   OutOfRangeBanner.tsx                    |      88 |    71.42 |   66.66 |   86.95 | 19,24,31                                                                                                                                                                                                                                                                                                                                                                                               
2023-02-23T19:37:11.8313041Z   OutOfRangeTags.tsx                      |    61.9 |    17.94 |   42.85 |    54.7 | 51-59,75-79,86-114,119-131,136-137,140-141,145-151,154-156,178-182,218-299                                                                                                                                                                                                                                                                                                                             
2023-02-23T19:37:11.8313882Z   ProgressBarStatus.tsx                   |   91.42 |    83.33 |     100 |   91.17 | 33-36,41                                                                                                                                                                                                                                                                                                                                                                                               
2023-02-23T19:37:11.8314787Z   TagRangePage.tsx                        |   67.04 |    24.12 |   44.89 |   62.22 | 88,102-104,143,203-211,215,244,254,261,272-273,280-284,299-456,479-482,485-495,499-527,531-549,582-600,605-633,639-643,683                                                                                                                                                                                                                                                                             
2023-02-23T19:37:11.8315723Z   VoidedAlertBanner.tsx                   |      88 |    71.42 |   66.66 |   86.95 | 20,25,33                                                                                                                                                                                                                                                                                                                                                                                               
2023-02-23T19:37:11.8316567Z   VoidedAndCounted.tsx                    |    67.5 |    31.81 |   55.88 |   61.19 | 72-73,77-82,85-97,101-102,106,132-138,142-144,163-190,193-200,211-219,371-377                                                                                                                                                                                                                                                                                                                          
2023-02-23T19:37:11.8317364Z  src/pages/Home                           |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8318050Z   Home.tsx                                |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8318728Z  src/pages/Login                          |    8.82 |        0 |       0 |    9.85 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8319450Z   Login.tsx                               |    8.82 |        0 |       0 |    9.85 | 15,19-392                                                                                                                                                                                                                                                                                                                                                                                              
2023-02-23T19:37:11.8320158Z  src/pages/PageNotFound                   |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8320870Z   PageNotFound.tsx                        |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8321622Z  src/pages/Report                         |   57.14 |    29.19 |   31.95 |   52.33 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8322349Z   OutputFiles.tsx                         |   80.89 |    37.28 |   41.66 |   77.63 | 66-71,79,89,92,96-139,151                                                                                                                                                                                                                                                                                                                                                                              
2023-02-23T19:37:11.8323277Z   Report.tsx                              |   51.32 |     34.4 |    29.5 |   45.94 | 111-113,117-118,122-123,126-127,130-147,156-159,184,190-219,238,243-249,262-280,305,331-446,472,474,492-586,590-599,602-606,610-617,656-739                                                                                                                                                                                                                                                            
2023-02-23T19:37:11.8324286Z   ReportDetails.tsx                       |   55.55 |    20.48 |   33.33 |      51 | 53-73,93-96,121,123-136,194,198,201,210-250,255-352,356-366,371-382,392                                                                                                                                                                                                                                                                                                                                
2023-02-23T19:37:11.8325097Z  src/pages/Report/filters                 |   54.32 |    46.66 |   45.83 |   52.38 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8325936Z   ChooseCustomColumnFilter.tsx            |   65.57 |    47.12 |      50 |      62 | 26-30,34-35,40-44,51,56-58,61-62,128-162                                                                                                                                                                                                                                                                                                                                                               
2023-02-23T19:37:11.8326719Z   DefaultColumnFilter.tsx                 |    8.16 |        0 |       0 |   10.81 | 7-111                                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8327470Z   NumberRangeColumnFilter.tsx             |   84.61 |    81.48 |      80 |   79.48 | 18-22,45-46,100                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8328268Z  src/pages/TagDetails                     |   42.34 |    22.38 |   42.72 |   38.16 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8328968Z   TagDetails.service.ts                   |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8330210Z   TagDetails.tsx                          |      40 |    22.38 |      37 |   36.22 | 140-149,180-182,184-191,193-196,200-214,222,230-237,240-243,308-309,315-318,326,335-338,341-361,366-369,373-388,393-431,443,463-552,571,584-585,590-591,604-632,638-641,645-660,673-688,698-707,718-756,773,777-778,781-783,797-838,860-885,891-911,914-927,930-1063,1071-1073,1076-1194,1197-1203,1208-1240,1244-1255,1260-1265,1277-1281,1288-1297,1304,1312,1318-1320,1324,1326,1344-1361,1452-1571 
2023-02-23T19:37:11.8331447Z  src/pages/Team                           |   85.32 |    68.28 |   79.71 |   83.63 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8332244Z   Team.tsx                                |   80.74 |    76.11 |   75.75 |   78.32 | 85,95-96,103-107,109-113,115-119,121-124,150-151,171-179,289-295,349                                                                                                                                                                                                                                                                                                                                   
2023-02-23T19:37:11.8333057Z   TeamLoggedOffBanner.tsx                 |   91.66 |      100 |      50 |   91.66 | 12                                                                                                                                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.8333821Z   TeamNoDataBanner.tsx                    |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8334548Z   TeamPersonSummary.tsx                   |   95.23 |    72.91 |     100 |   94.44 | 17                                                                                                                                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.8335381Z   TeamPersonsView.tsx                     |   87.06 |     55.4 |      80 |   85.29 | 42,45,62-63,99,105-106,115-116,143-152                                                                                                                                                                                                                                                                                                                                                                 
2023-02-23T19:37:11.8336153Z   TeamSummaryBanner.tsx                   |   83.33 |     62.5 |     100 |   82.35 | 16,18,20                                                                                                                                                                                                                                                                                                                                                                                               
2023-02-23T19:37:11.8336890Z   teamHelper.tsx                          |   89.65 |       80 |     100 |   88.88 | 37,58,76                                                                                                                                                                                                                                                                                                                                                                                               
2023-02-23T19:37:11.8337611Z  src/pages/Variance                       |   50.12 |     15.3 |   26.28 |   45.59 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8338469Z   BatchVariance.tsx                       |   41.62 |      9.6 |   16.32 |   36.52 | 67-72,76-79,93-114,125-147,151-156,163-168,173-250,257-270,276-284,288-318,322-355,359-367,372-373,377-380,389-559                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.8339348Z   CreateFullVariance.tsx                  |     100 |       75 |     100 |     100 | 11                                                                                                                                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.8340120Z   CreateVariance.tsx                      |     100 |       75 |     100 |     100 | 10                                                                                                                                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.8340944Z   FullVariance.tsx                        |   48.93 |    31.38 |   14.81 |   41.93 | 71,81-136,141,149-172,176-184,191-199,205-216,222-244,248-267,272-273,286-440                                                                                                                                                                                                                                                                                                                          
2023-02-23T19:37:11.8341896Z   ResearchVariance.tsx                    |   48.31 |     9.48 |   45.45 |    43.2 | 84-163,173-187,199,238-378,408-419,444-455                                                                                                                                                                                                                                                                                                                                                             
2023-02-23T19:37:11.8342669Z   Variance.tsx                            |       0 |        0 |       0 |       0 | 2-115                                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8343399Z   VarianceHelper.tsx                      |    65.9 |       25 |   66.66 |      60 | 15-24,40-50,70,75-90,109                                                                                                                                                                                                                                                                                                                                                                               
2023-02-23T19:37:11.8344153Z   VarianceNoDataBanner.tsx                |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8344920Z   VarianceSummaryDetails.tsx              |   90.47 |    37.71 |     100 |   87.87 | 48-63                                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8345694Z   VarianceUploadFile.tsx                  |   67.56 |    16.66 |   33.33 |   63.63 | 63-68,74-116,120,135                                                                                                                                                                                                                                                                                                                                                                                   
2023-02-23T19:37:11.8346535Z   useVariance.tsx                         |   61.01 |     0.43 |   11.11 |   57.69 | 33-117,158,183,190-191,194-216,224-235                                                                                                                                                                                                                                                                                                                                                                 
2023-02-23T19:37:11.8347285Z  src/redux                                |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8348536Z   store.ts                                |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8349234Z  src/redux/slices                         |   50.11 |        0 |   24.05 |   53.21 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8350031Z   auditSlice.ts                           |   50.87 |      100 |   19.04 |   52.83 | 42-43,48-49,54-56,65-76,88,91,94-95,98,101,104-105,108,111,114-115,118                                                                                                                                                                                                                                                                                                                                 
2023-02-23T19:37:11.8350843Z   authSlice.ts                            |   55.55 |      100 |       0 |   55.55 | 22-29                                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8351592Z   configurationSlice.ts                   |   74.19 |      100 |   55.55 |   78.57 | 44-45,48,55-56,59                                                                                                                                                                                                                                                                                                                                                                                      
2023-02-23T19:37:11.8352710Z   countSlice.ts                           |   42.04 |        0 |   15.62 |   45.34 | 77-84,97-98,103-104,116-117,122-123,128-131,136-137,142-144,149-151,155,159-160,165-166,187-195,202-207,219,223,226-227,230,234,237-242,245,252-253,256,261,264-265,268,272,275-276,279,283,286-288,292,296,299-301,304,308,311-312,315,320,323-324,327,331,334-335,338,342,345-346,349                                                                                                                
2023-02-23T19:37:11.8353856Z   couterSlice.ts                          |    62.5 |      100 |       0 |    62.5 | 20-26                                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8354578Z   inventorySlice.ts                       |   78.94 |      100 |   66.66 |   83.33 | 28,37-38                                                                                                                                                                                                                                                                                                                                                                                               
2023-02-23T19:37:11.8355408Z   teamSlice.ts                            |   54.54 |      100 |      25 |   58.53 | 32-33,38-40,54,62-63,66,69,72-73,76,79,82-83,86                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8356308Z   varianceSlice.ts                        |   47.25 |      100 |   30.55 |      50 | 72-75,83-86,96-123,131-132,135,138,141-142,145,148,152-154,158,164-165,168,175-177,181,188-190,194                                                                                                                                                                                                                                                                                                     
2023-02-23T19:37:11.8357149Z  src/routes                               |   43.58 |      100 |    7.46 |   51.56 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8357879Z   RouteList.tsx                           |   41.33 |      100 |    6.06 |   49.18 | 14,17,24,32,36,55-263                                                                                                                                                                                                                                                                                                                                                                                  
2023-02-23T19:37:11.8358611Z   routes.tsx                              |     100 |      100 |     100 |     100 |                                                                                                                                                                                                                                                                                                                                                                                                        
2023-02-23T19:37:11.8359307Z  src/service                              |   79.95 |    87.17 |   62.39 |   77.93 |               

2023-02-23T19:37:11.8371969Z 📦 report is created on: D:\a\1\s\WIS_WebApp\html-report\report.html

Thanks. And can you share a screenshot of what you see in SonarCloud where you don’t see coverage?