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
is it possible to load the source code of a file for the html reporter from the source map instead of looking for it on the file system? I have a case of a generated code without a proper mapping, the coverage summary is fine, but when I click on the file, it says "Unable to lookup souce... ENOENT".
I saw that there is a sourceFinder option in Context, but it does not seem to be used for loading sources from source maps yet.
Hi,
is it possible to load the source code of a file for the html reporter from the source map instead of looking for it on the file system? I have a case of a generated code without a proper mapping, the coverage summary is fine, but when I click on the file, it says "Unable to lookup souce... ENOENT".
I saw that there is a
sourceFinder
option inContext
, but it does not seem to be used for loading sources from source maps yet.Environment Information
The text was updated successfully, but these errors were encountered: