You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get the coverage configured for a React + Typescript + Webpack project. I'm following the instruction from here. But when Html report is configured in remap-instalbul, the following error occurs.
Any pointers would be helpful.
Error: Invalid store [fslookup], allowed values are
at Object.Factory.create (E:\APPS\node_modules\remap-istanbul\node_modules\istanbul\lib\util\factory.js:47:28)
at new HtmlReport (E:\APPS\node_modules\remap-istanbul\node_modules\istanbul\lib\report\html.js:350:15)
at E:\APPS\node_modules\remap-istanbul\lib\writeReport.js:76:20
at E:\APPS\node_modules\amdefine\amdefine.js:125:34
at nextTickCallbackWith0Args (node.js:453:9)
at process._tickCallback (node.js:382:13)
I'm trying to get the coverage configured for a React + Typescript + Webpack project. I'm following the instruction from here. But when Html report is configured in remap-instalbul, the following error occurs.
Any pointers would be helpful.
Karma config with Webpack configuration:
The text was updated successfully, but these errors were encountered: