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
The npm run test:coverage gives the following error:
> remap-istanbul -i build/coverage/coverage.json -o build/coverage/report -t html
Error: Could not find file: "/Users/.../client/node_modules/tslint-loader/index.js??ref--4!/Users/.../client/src/app/app.module.ts"
at CoverageTransformer.readFile (/Users/.../client/node_modules/remap-istanbul/lib/CoverageTransformer.js:46:16)
...
As a side note, the package remap-istanbul contains a number of dependencies (handlebars and js-yaml) with high and critical vulnerabilities.
The text was updated successfully, but these errors were encountered:
The
npm run test:coverage
gives the following error:As a side note, the package
remap-istanbul
contains a number of dependencies (handlebars
andjs-yaml
) with high and critical vulnerabilities.The text was updated successfully, but these errors were encountered: