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
Now, when trying to run the coverage I get the following error:
An error occurred while trying to read the map file at F:\Workspace\screeps\dist\main.js.map
Error: ENOENT: no such file or directory, open 'F:\Workspace\screeps\dist\main.js.map'
This is true because the sourcemap is called main.js.map.js... Has anyone already got this to work and give me a hint what to do here?
Best regards
Wolfram
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to integrate Code Coverage into my screeps project(Mocha is already running fine). This is what I have so far:
--require source-map-support/register
"coverage": "nyc npm run test"
Now, when trying to run the coverage I get the following error:
This is true because the sourcemap is called main.js.map.js... Has anyone already got this to work and give me a hint what to do here?
Best regards
Wolfram
The text was updated successfully, but these errors were encountered: