-
We need to hook in the `@istanbuljs/esm-loader-hook` for nyc to generate the right coverage stats, but
that fails with **[ERR_UNKNOWN_FILE_EXTENSION]**. It looks like setting this option for nyc dis…
-
**Important note:** My tests modify some of my source files to test hot reloading, and I think the file changes are confusing the lcov reporter. Not sure if you have any intention to support files ch…
-
Is there a way to test for all possible inputs of conditional instead of just outputs?
Currently if there is a condition like `A && B && C` and you have 2 test cases for `A = true` and `A = false`, …
-
As per the title, export works just fine as far as I can tell, import however reports that it has been successful, but nothing really happens.
package.json:
```{
"type": "module",
"name": "t…
-
```shell
Failed to write coverage reports:
ERROR: TypeError: Cannot read property 'decl' of undefined
STACK: TypeError: Cannot read property 'decl' of undefined
at /Users/joe/git/Oasis/node_module…
-
I'm trying to apply https://github.com/istanbuljs/sample-babel-node to my project and everything seems fine, except most of files contain `..` in path (probably because of babel's source maps) and rep…
-
* **Version**: node 10.24.1
* **Platform**: Macbook M1, 13.4.1
* c8 version:v7.14.0
I want to test the coverage of [this project](https://github.com/spring-petclinic/spring-petclinic-angula…
-
Hello,
I'm generating a coverage HTML-SPA report with Jest 27.2.5 and the header cell formatting is broken(highlighted in the screenshot).
This causes "visual" confusion for the users.
It seems tha…
vosic updated
9 months ago
-
## Context
I am instrumenting a files that were created using JS bundlers (Webpack or Vite).
## Observed Behavior
Currently, a given JS file gets instrumented fully and there is no way to ex…
-
istanbul-lib-hook, and append-transform have similar functionality; I think we should figure out how to merge the two.
istanbul-lib-hook has the added advantage that it handles hooking into the `vm.c…