Web parts: Allow them to be unit testable
Trying to unit test web parts results in an error 'Cannot find module "@ms/sp-telemetry"'. This can be due to using SharePoint dependencies e.g. 'SPHttpClient' when creating the React component. This totally blocks being able to unit test web parts, please fix this.
'@microsoft/sp-build-web' Seems to have been updated to remove the previously included testing modules, these do not have to be added back in, to resolve this issue, as we are able to find the most suitable testing modules to replace these.
This issue has been reported by other users:
https://github.com/SharePoint/sp-dev-docs/issues/526
https://github.com/SharePoint/sp-dev-docs/issues/1076
https://github.com/SharePoint/sp-dev-docs/issues/243

Thanks for your feedback! We’re reviewing your suggestion.
1 comment
-
Anonymous commented
Hi Vesa - how is the reviewing going?